From 42a3e3db30a7ec02d6dc29d9879f2124a0123876 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Tue, 25 Apr 2000 12:21:06 +0000 Subject: getpw*_r() --- lib/libc/gen/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/gen/Makefile.inc') diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 48086f5a9d4..963b3c6afab 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.22 2000/03/23 22:22:00 d Exp $ +# $OpenBSD: Makefile.inc,v 1.23 2000/04/25 12:21:05 d Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen @@ -83,7 +83,8 @@ MLINKS+=gethostname.3 sethostname.3 MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \ getnetgrent.3 setnetgrent.3 MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \ - getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3 + getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3 \ + getpwent.3 getpwuid_r.3 getpwent.3 getpwnam_r.3 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3 MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3 MLINKS+=glob.3 globfree.3 -- cgit v1.2.3