Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-05-13 02:06:26 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-05-13 02:06:26 +0400
commitb6e654c498cd131b0d4ad1f121f3f395f3d77e75 (patch)
tree9713fa3ef81c62422b2645d175ba0f135b88e28a /newlib/libc/sys/linux/Makefile.am
parent58fc7cdaf9c7a3b0cef76763fbba66408e0a2bc5 (diff)
2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/getpwuid.c: Removed. * libc/sys/linux/getpwnam.c: Removed. * libc/sys/linux/getpwent.c: New file containing logic from files removed above. This allows overriding of file in libc/unix. * libc/sys/linux/Makefile.am: Support changes above. * libc/sys/linux/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index 56842cebb..de11547a3 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -146,8 +146,7 @@ ELIX_3_OBJS = \
ELIX_4_OBJS = \
getlogin.$(oext) \
- getpwnam.$(oext) \
- getpwuid.$(oext) \
+ getpwent.$(oext) \
stack.$(oext)
if ELIX_LEVEL_1