OpenBSD port
This commit is contained in:
parent
90f920465c
commit
53d10f48b5
10 changed files with 140 additions and 78 deletions
59
Symbol.map
59
Symbol.map
|
@ -1,31 +1,30 @@
|
|||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
FBSD_1.3 {
|
||||
call_once;
|
||||
cnd_broadcast;
|
||||
cnd_destroy;
|
||||
cnd_init;
|
||||
cnd_signal;
|
||||
cnd_timedwait;
|
||||
cnd_wait;
|
||||
mtx_destroy;
|
||||
mtx_init;
|
||||
mtx_lock;
|
||||
mtx_timedlock;
|
||||
mtx_trylock;
|
||||
mtx_unlock;
|
||||
thrd_create;
|
||||
thrd_current;
|
||||
thrd_detach;
|
||||
thrd_equal;
|
||||
thrd_exit;
|
||||
thrd_join;
|
||||
thrd_sleep;
|
||||
thrd_yield;
|
||||
tss_create;
|
||||
tss_delete;
|
||||
tss_get;
|
||||
tss_set;
|
||||
{
|
||||
global:
|
||||
call_once;
|
||||
cnd_broadcast;
|
||||
cnd_destroy;
|
||||
cnd_init;
|
||||
cnd_signal;
|
||||
cnd_timedwait;
|
||||
cnd_wait;
|
||||
mtx_destroy;
|
||||
mtx_init;
|
||||
mtx_lock;
|
||||
mtx_timedlock;
|
||||
mtx_trylock;
|
||||
mtx_unlock;
|
||||
thrd_create;
|
||||
thrd_current;
|
||||
thrd_detach;
|
||||
thrd_equal;
|
||||
thrd_exit;
|
||||
thrd_join;
|
||||
thrd_sleep;
|
||||
thrd_yield;
|
||||
tss_create;
|
||||
tss_delete;
|
||||
tss_get;
|
||||
tss_set;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue