This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITTED PATCH] Move usleep.c using nanosleep to sysdeps/posix.
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 20 May 2015 14:23:48 -0700 (PDT)
- Subject: [COMMITTED PATCH] Move usleep.c using nanosleep to sysdeps/posix.
- Authentication-results: sourceware.org; auth=none
This is a pure file move and has no effect on Linux or Hurd configurations.
Thanks,
Roland
2015-05-20 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/usleep.c: Moved to ...
* sysdeps/posix/usleep.c: ... here.
diff --git a/sysdeps/unix/sysv/linux/usleep.c b/sysdeps/posix/usleep.c
similarity index 100%
rename from sysdeps/unix/sysv/linux/usleep.c
rename to sysdeps/posix/usleep.c