NetBSD/lib/libc/compat-43
thorpej 500e663387 Now that setreuid() and setregid() are system calls again, don't call
the C library "private" versions.  Doing so results in unresolved
symbols the next time a dynamically linked program is run after the
new C library is installed.
1996-07-08 16:42:49 +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 First pass at getting a clean compile with "gcc -Wall", mostly explictly 1993-11-11 19:04:04 +00:00
getdtablesize.3 Added getrlimit(2) and sysconf(3) cross references 1996-03-06 02:23:57 +00:00
getdtablesize.c Winning Strategies has placed this code in the public domain. 1995-05-11 23:03:44 +00:00
gethostid.3 Fix cross references: sysctl(2) -> sysctl(3) (PR #643). 1994-12-15 08:43:29 +00:00
gethostid.c hostid functions 1994-05-07 03:24:46 +00:00
getwd.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
killpg.3 Changed <sys/signal.h> to <signal.h>. 1994-12-05 18:51:47 +00:00
killpg.c First pass at getting a clean compile with "gcc -Wall", mostly explictly 1993-11-11 19:04:04 +00:00
sethostid.c hostid functions 1994-05-07 03:24:46 +00:00
setpgrp.c First pass at getting a clean compile with "gcc -Wall", mostly explictly 1993-11-11 19:04:04 +00:00
setrgid.c Now that setreuid() and setregid() are system calls again, don't call 1996-07-08 16:42:49 +00:00
setruid.3 M-x shuffle-functions-and-documentation 1994-04-06 23:28:36 +00:00
setruid.c Now that setreuid() and setregid() are system calls again, don't call 1996-07-08 16:42:49 +00:00
sigblock.3 Changed <sys/signal.h> to <signal.h>. 1994-12-05 18:51:47 +00:00
sigcompat.c don't do the (very) wrong thing in sigvec() if sv is NULL. 1994-02-24 06:10:57 +00:00
sigpause.3 Changed <sys/signal.h> to <signal.h>. 1994-12-05 18:51:47 +00:00
sigsetmask.3 Changed <sys/signal.h> to <signal.h>. 1994-12-05 18:51:47 +00:00
sigvec.3 these are library routines, not syscalls. per jtc's suggestion. 1994-06-13 18:49:51 +00:00