diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/brk.c')
| -rw-r--r-- | sysdeps/unix/sysv/linux/brk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/brk.c b/sysdeps/unix/sysv/linux/brk.c index a0be43e4f9..dbdb8ddd7d 100644 --- a/sysdeps/unix/sysv/linux/brk.c +++ b/sysdeps/unix/sysv/linux/brk.c @@ -22,7 +22,7 @@ #include <brk_call.h> /* This must be initialized data because commons can't have aliases. */ -void *__curbrk = 0; +void *__curbrk = NULL; #if HAVE_INTERNAL_BRK_ADDR_SYMBOL /* Old braindamage in GCC's crtstuff.c requires this symbol in an attempt |
