PATCH: more syscall signatures
Greg McGary
greg@kayak.mcgary.org
Mon Jun 26 17:00:00 GMT 2000
Ulrich Drepper <drepper@redhat.com> writes:
> For the other changes: it's best to remove the timer and lock system
> calls. I don't see the patch going in the kernel again and we have
> userlevel implementations now. Can you remove them while checking in
> the rest?
Sure thing.
These are timer calls I'll remove:
timer_create - timer_create i:ipp timer_create
timer_delete - timer_delete i:i timer_delete
timer_getoverr - timer_getoverrun i:i timer_getoverrun
timer_gettime - timer_gettime i:ip timer_gettime
timer_settime - timer_settime i:iipp timer_settime
Which lock calls? These?
mlock EXTRA mlock i:pi __mlock mlock
mlockall EXTRA mlockall i:i __mlockall mlockall
munlock EXTRA munlock i:pi __munlock munlock
munlockall EXTRA munlockall i: __munlockall munlockall
or perhaps you meant *c*lock? 8^)
clock_getres - clock_getres i:ip clock_getres
clock_gettime - clock_gettime i:ip clock_gettime
clock_settime - clock_settime i:ip clock_settime
More information about the Libc-hacker
mailing list