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]

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


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


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