changed system-call to avoid namespace pollution
authoreck <none@none>
Mon, 22 Jan 1990 16:26:12 +0000 (16:26 +0000)
committereck <none@none>
Mon, 22 Jan 1990 16:26:12 +0000 (16:26 +0000)
lang/cem/libcc.ansi/stdlib/malloc/mal.c

index e87cef4..fedf707 100644 (file)
@@ -24,7 +24,7 @@
 #include       <system.h>
 #define SBRK   sys_break
 #else
-#define SBRK   sbrk
+#define SBRK   _sbrk
 #define        ILL_BREAK               (void *)(-1)    /* funny failure value */
 #endif
 extern void *SBRK(int incr);