This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: more syscall signatures


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]