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]

[PATCH roland/nptl-sh] Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.


Not tested at all, but this should not change anything.

OK?

Thanks,
Roland


2014-06-06  Roland McGrath  <roland@hack.frob.com>

	* nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
	* sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
	* nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
	* sysdeps/sh/nptl/bits/semaphore.h: ... here.

diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h b/sysdeps/sh/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
rename to sysdeps/sh/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h b/sysdeps/sh/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h
rename to sysdeps/sh/nptl/bits/semaphore.h


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