This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: First draft of the Y2038 design document


Florian Weimer wrote:
Do you really need new system calls if the existing arguments only take
arguments specifying relative time?

Yes. For example, the shell command 'sleep Infinity' wants to sleep forever, so it'd like to invoke nanosleep with a struct timespec where tv_sec = 2**63 - 1. Currently 'sleep' doesn't do that because it knows nanosleep is broken, but it'd be nicer to have a nanosleep that Just Works.


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