sys_timer_delete  [kernel/posix-timers.c]


Deletes POSIX interval timer clock.

Arguments

eax 263
ebx Timer ID.

Return values

If the system call succeeds the return value is 0.
If the system call fails the return value is one of the following errno values:

-EINVAL An invalid value in ebx was specified.

Remarks

n/a

Compatibility

n/a