forked from KolibriOS/kolibrios
newlib: update
git-svn-id: svn://kolibrios.org@6666 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8451c964bb
commit
a1e1e82444
@ -174,10 +174,10 @@ int _EXFUN(clock_getres, (clockid_t clock_id, struct timespec *res));
|
||||
|
||||
/* Create a Per-Process Timer, P1003.1b-1993, p. 264 */
|
||||
|
||||
int _EXFUN(timer_create,
|
||||
(clockid_t clock_id,
|
||||
struct sigevent *__restrict evp,
|
||||
timer_t *__restrict timerid));
|
||||
//int _EXFUN(timer_create,
|
||||
// (clockid_t clock_id,
|
||||
// struct sigevent *__restrict evp,
|
||||
// timer_t *__restrict timerid));
|
||||
|
||||
/* Delete a Per_process Timer, P1003.1b-1993, p. 266 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user