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-sparc] Move SPARC public headers out of nptl/


Should not change anything.

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

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


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