svn commit: branches/uClibc-nptl/libc/sysdeps/linux/arm

sjhill at uclibc.org sjhill at uclibc.org
Mon Aug 21 04:12:27 UTC 2006


Author: sjhill
Date: 2006-08-20 21:12:27 -0700 (Sun, 20 Aug 2006)
New Revision: 15866

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/arm/brk.c


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/arm/brk.c
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/arm/brk.c	2006-08-21 04:09:30 UTC (rev 15865)
+++ branches/uClibc-nptl/libc/sysdeps/linux/arm/brk.c	2006-08-21 04:12:27 UTC (rev 15866)
@@ -24,10 +24,7 @@
 libc_hidden_proto(brk)
 
 /* This must be initialized data because commons can't have aliases.  */
-extern void *__curbrk;
-libc_hidden_proto(__curbrk)
 void *__curbrk = 0;
-libc_hidden_data_def(__curbrk)
 
 int brk (void *addr)
 {




More information about the uClibc-cvs mailing list