K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-01-12T09:23:48.000000Z K 7 svn:log V 264 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(). END