OSDN Git Service

"I will always compile before I commit."
authorEric Andersen <andersen@codepoet.org>
Fri, 12 Jan 2001 11:53:48 +0000 (11:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 12 Jan 2001 11:53:48 +0000 (11:53 -0000)
"I will always compile before I commit."
"I will always compile before I commit."
 -Erik

libc/stdlib/malloc/malloc.c

index fce529d..b959d93 100644 (file)
@@ -500,7 +500,7 @@ static Block_t *bl_mapnew(size_t size)
 #else
                                                         MAP_PRIVATE | MAP_ANONYMOUS
 #endif
-                                                        0, 0);
+                                                        0, 0);
 
        if (pt == MAP_FAILED)
                return (Block_t *) NULL;
@@ -528,7 +528,7 @@ void __bl_uncommit(Block_t * b)
 #else
                                                         MAP_PRIVATE | MAP_ANONYMOUS |MAP_FIXED
 #endif
-                                                        0, 0);
+                                                        0, 0);
 #endif
 }