summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-02 18:03:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-02 18:03:43 +0000
commitc3d20eba96e9c26f775f3abf5ca6edcbd8c23963 (patch)
tree054521febb5359afd94cb78bf1b4c638385d92b6 /c/src/lib/libc/Makefile.in
parentPassword and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-c3d20eba96e9c26f775f3abf5ca6edcbd8c23963.tar.bz2
Reentrant versions added by Joel. Signficant formatting cleanup.
Diffstat (limited to 'c/src/lib/libc/Makefile.in')
-rw-r--r--c/src/lib/libc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in
index 3b5dc10273..31c36ecf4d 100644
--- a/c/src/lib/libc/Makefile.in
+++ b/c/src/lib/libc/Makefile.in
@@ -47,7 +47,7 @@ MALLOC_PIECES=\
malloc __brk __sbrk
PASSWORD_GROUP_PIECES=\
- getpwent getgwent
+ getpwent getgrent
LIBC_GLUE_PIECES=\
__gettod __times \