NetBSD/lib/libc/compat-43
jtc 43fa6fe319 If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore.  The library will use those
names internally.  Weak aliases are used to provide the original names
to the API.

This is only the first part of this change.  It is most of the functions
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
1997-07-21 14:06:24 +00:00
..
Makefile.inc Remove the old (broken) setre[ug]id() emulation. 1996-06-23 11:27:59 +00:00
creat.3 these are library routines, not syscalls. per jtc's suggestion. 1994-06-13 18:49:51 +00:00
creat.c Fix RCSID's 1997-07-13 18:50:06 +00:00
getdtablesize.3 Added getrlimit(2) and sysconf(3) cross references 1996-03-06 02:23:57 +00:00
getdtablesize.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
gethostid.3 Fix cross references: sysctl(2) -> sysctl(3) (PR #643). 1994-12-15 08:43:29 +00:00
gethostid.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getwd.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
killpg.3 Changed <sys/signal.h> to <signal.h>. 1994-12-05 18:51:47 +00:00
killpg.c Fix RCSID's 1997-07-13 18:50:06 +00:00
sethostid.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
setpgrp.c Fix RCSID's 1997-07-13 18:50:06 +00:00
setrgid.c Fix RCSID's 1997-07-13 18:50:06 +00:00
setruid.3 M-x shuffle-functions-and-documentation 1994-04-06 23:28:36 +00:00
setruid.c Fix RCSID's 1997-07-13 18:50:06 +00:00
sigblock.3 xref sigsetmask(3) not sigsetmask(2), and RCSid police. 1997-05-12 07:41:29 +00:00
sigcompat.c Fix RCSID's 1997-07-13 18:50:06 +00:00
sigpause.3 xref sig{block,setmask}(3) not sig{block,setmask}(2), and RCSid police. 1997-05-12 07:37:35 +00:00
sigsetmask.3 xref sig{block,setmask}(3) not sig{block,setmask}(2), and RCSid police. 1997-05-12 07:37:35 +00:00
sigvec.3 xref sig{block,setmask}(3) not sig{block,setmask}(2), and RCSid police. 1997-05-12 07:37:35 +00:00