diff options
Diffstat (limited to 'libc/sysdeps/linux/vax')
-rw-r--r-- | libc/sysdeps/linux/vax/brk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/vax/brk.c b/libc/sysdeps/linux/vax/brk.c index 5b23f6075..47fd3e529 100644 --- a/libc/sysdeps/linux/vax/brk.c +++ b/libc/sysdeps/linux/vax/brk.c @@ -22,7 +22,7 @@ #include <sys/syscall.h> /* This must be initialized data because commons can't have aliases. */ -void *__curbrk = NULL; +void *__curbrk attribute_hidden = NULL; libc_hidden_proto(brk) int |