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-mips] MIPS: Move NPTL public headers to sysdeps/mips/nptl/.


This should not change anything, but I haven't tested it.

OK?


Thanks,
Roland


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

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


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