From 212e86fbe92b6d59f93ffe3c72b99f14b938d832 Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 9 Dec 2003 15:16:27 +0000 Subject: Add cancellation points for accept() and connect(). --- lib/libpthread/pthread.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libpthread/pthread.map') 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; -- cgit v1.1