summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-12-09 15:16:27 +0000
committerdeischen <deischen@FreeBSD.org>2003-12-09 15:16:27 +0000
commit212e86fbe92b6d59f93ffe3c72b99f14b938d832 (patch)
tree18916360e5686ed736c9666af3091104e4ad8ec9 /lib/libpthread/pthread.map
parent367fac1d75e4bce0262cb0696d6441bd93f024a7 (diff)
downloadFreeBSD-src-212e86fbe92b6d59f93ffe3c72b99f14b938d832.zip
FreeBSD-src-212e86fbe92b6d59f93ffe3c72b99f14b938d832.tar.gz
Add cancellation points for accept() and connect().
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index ae0a5ae..04b308c 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -2,7 +2,9 @@
LIBTHREAD_1_0 {
global:
___creat;
+ __accept;
__close;
+ __connect;
__error;
__fcntl;
__fsync;
@@ -167,8 +169,10 @@ global:
_vfork;
_wait;
_waitpid;
+ accept;
aio_suspend;
close;
+ connect;
creat;
fcntl;
fork;
OpenPOWER on IntegriCloud