Add timer_create wrapper.

This commit is contained in:
David Xu 2005-10-30 03:16:30 +00:00
parent bd3e40ce72
commit 4a050d016e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151871
2 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@ global:
_spinunlock;
_system;
_tcdrain;
_timer_create;
_usleep;
_vfork;
_wait;
@ -343,6 +344,7 @@ global:
sleep;
system;
tcdrain;
timer_create;
usleep;
vfork;
wait;

View File

@ -51,5 +51,6 @@ SRCS+= \
thr_suspend_np.c \
thr_switch_np.c \
thr_symbols.c \
thr_timer.c \
thr_umtx.c \
thr_yield.c