diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-07-19 05:25:49 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-07-19 05:25:49 +0000 |
| commit | 1aa2ee9714c457849a46d08d080969399c002dc3 (patch) | |
| tree | 615d6f3ecd291a3bc89444ba9e9d0686309ec124 /lib/libpthread/pthread.map | |
| parent | 5e27d6ab9657cdb6b44f581caf94a35961660a2f (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/pthread.map')
| -rw-r--r-- | lib/libpthread/pthread.map | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index c7bb4e4498b7..a2f65a416909 100644 --- a/lib/libpthread/pthread.map +++ b/lib/libpthread/pthread.map @@ -123,6 +123,7 @@ global: _pthread_switch_delete_np; _pthread_testcancel; _pthread_yield; + _raise; _sched_yield; _sem_close; _sem_destroy; @@ -255,6 +256,7 @@ global: pthread_switch_delete_np; pthread_testcancel; pthread_yield; + raise; read; readv; sched_yield; |
