diff options
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/Makefile | 2 | ||||
-rw-r--r-- | libc/stdlib/abort.c | 2 | ||||
-rw-r--r-- | libc/stdlib/malloc-simple/Makefile | 2 | ||||
-rw-r--r-- | libc/stdlib/malloc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 71b2880d2..948e8f00d 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -1,4 +1,4 @@ -# Makefile for uCLibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c index 5fb8be599..6806a8b55 100644 --- a/libc/stdlib/abort.c +++ b/libc/stdlib/abort.c @@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Hacked up for uC-Libc by Erik Andersen */ +/* Hacked up for uClibc by Erik Andersen */ #include <signal.h> #include <stdio.h> diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile index decd2edb2..3e607eac3 100644 --- a/libc/stdlib/malloc-simple/Makefile +++ b/libc/stdlib/malloc-simple/Makefile @@ -1,4 +1,4 @@ -# Makefile for uCLibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile index c86e4f0ea..0c5984192 100644 --- a/libc/stdlib/malloc/Makefile +++ b/libc/stdlib/malloc/Makefile @@ -1,4 +1,4 @@ -# Makefile for uCLibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # |