From: drepper Date: Mon, 16 Mar 1998 08:35:11 +0000 (+0000) Subject: Add __libc_internal_tsd_get and __libc_internal_tsd_set. Add missing X-Git-Tag: libc-ud-980319~86 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=01c09b3b903a4cebe854cf675497f56ae872e4f6 Add __libc_internal_tsd_get and __libc_internal_tsd_set. Add missing cancelable functions. Export libc internal versions of the cancelable functions. --- diff --git a/linuxthreads/libpthread.map b/linuxthreads/libpthread.map index 403cea859f..b7dd1670d5 100644 --- a/linuxthreads/libpthread.map +++ b/linuxthreads/libpthread.map @@ -4,9 +4,15 @@ GLIBC_2.0 { _pthread_cleanup_pop; _pthread_cleanup_pop_restore; _pthread_cleanup_push; _pthread_cleanup_push_defer; + # Internal libc interface to libpthread + __libc_internal_tsd_get; __libc_internal_tsd_set; + # Overwritten libc functions. - close; fcntl; fork; fsync; lseek; msync; nanosleep; open; pause; raise; - read; system; tcdrain; wait; waitpid; write; + close; connect; fcntl; fork; fsync; lseek; msync; nanosleep; open; + pause; raise; read; recv; recvfrom; recvmsg; send; sendmsg; sendto; + system; tcdrain; wait; waitpid; write; + __close; __connect; __fcntl; __lseek; __open; __read; __send; __wait; + __write; # POSIX.1c extensions to libc. flockfile; funlockfile; ftrylockfile;