1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/lib/libc/compat-43
Jason Evans 929273386f Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
..
creat.2
creat.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
gethostid.3
gethostid.c
getwd.c
killpg.2
killpg.c
Makefile.inc
sethostid.c
setpgrp.c
setrgid.c
setruid.3
setruid.c
sigblock.2
sigcompat.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
sigpause.2
sigsetmask.2 Typo cops. 1999-12-28 15:24:01 +00:00
sigvec.2