diff mbox

[COMMITTED] Move usleep.c using nanosleep to sysdeps/posix.

Message ID 20150520212348.575FE2C39E3@topped-with-meat.com
State New
Headers show

Commit Message

Roland McGrath May 20, 2015, 9:23 p.m. UTC
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 mbox

Patch

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