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] Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/.


These installed headers specify parts of the machine-specific libpthread ABI.
They do not especially depend on the OS-specific implementation details.
So they belong in a purely machine-specific sysdeps/ directory.

Verified no code or ABI changes on arm-linux-gnueabihf.

OK?


Thanks,
Roland


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

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

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


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