Re: [PATCH] __kernel_osreldate()

2012-03-25 Thread Robert Millan
If nobody objects, I think it'd be a good time to check this in. It can be needed for the timers patch, and who knows what else. El 16 de juliol de 2011 23:07, Robert Millan ha escrit: > This libc patch makes __kernel_osreldate() available to the rest of > libc, and replaces some of the KERN_OSR

[PATCH] __kernel_osreldate()

2011-07-16 Thread Robert Millan
This libc patch makes __kernel_osreldate() available to the rest of libc, and replaces some of the KERN_OSRELDATE sysctl checks with calls to this function. This saves some code size and a few syscalls in runtime. Afterwards AT_OSRELDATE could be used to initialize __osreldate on 9.x kernels, sav