freebsd-dev/lib/libc/amd64/gen
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
..
_setjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
frexp.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
infinity.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isinf.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ldexp.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
setjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
sigsetjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00