diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-12-09 15:16:27 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-12-09 15:16:27 +0000 |
| commit | cf25ae697477cdead8ba1ec5ccdac6ddbad1d15c (patch) | |
| tree | 18916360e5686ed736c9666af3091104e4ad8ec9 /lib/libpthread/pthread.map | |
| parent | 4f7daed045b3425ee5387fcdff500e41d6de662e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/pthread.map')
| -rw-r--r-- | lib/libpthread/pthread.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index ae0a5ae0fd76..04b308cebbec 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; |
