freebsd-dev/lib/libc/gmon
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
..
gmon.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
mcount.c Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
moncontrol.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00