9233c4d942
just use _foo() <-- foo(). In the case of a libpthread that doesn't do call conversion (such as linuxthreads and our upcoming libpthread), this is adequate. In the case of libc_r, we still need three names, which are now _thread_sys_foo() <-- _foo() <-- foo(). Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(), nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo(). Remove all internal libc usage of: creat(), pause(), sleep(), system(), tcdrain(), wait(), and waitpid(). Make thread cancellation fully POSIX-compliant. Suggested by: deischen |
||
---|---|---|
.. | ||
bt_close.c | ||
bt_conv.c | ||
bt_debug.c | ||
bt_delete.c | ||
bt_get.c | ||
bt_open.c | ||
bt_overflow.c | ||
bt_page.c | ||
bt_put.c | ||
bt_search.c | ||
bt_seq.c | ||
bt_split.c | ||
bt_utils.c | ||
btree.h | ||
extern.h | ||
Makefile.inc |