This is the mail archive of the libc-help@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: nanosleep() implementation


On Mon, Jul 20, 2009 at 3:00 PM, <trifonov@rogers.blackberry.net> wrote:
> Where is nanosleep() implemented? I didn't find it when browsing glibc sources in the time directory.
> Thanks

The function is an auto-generated assembly wrapper (with symbol
versionsing) which calls the kernel nanosleep syscall, see the
syscall.list files in the source tree.

Cheers,
Carlso.


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