1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-28 16:21:30 +03:00
Joseph Myers d62f9ec0cc Complete sys/procfs.h unification.
This patch completes the process of unifying sys/procfs.h headers for
architectures using the Linux kernel by making alpha use the generic
version.

That was previously deferred because alpha has different definitions
of prgregset_t and prfpregset_t from other architectures, so changing
to the common definitions would change C++ name mangling.  To avoid
such a change, a header bits/procfs-prregset.h is added, and alpha
gets its own version of that header.

Tested for x86_64 and x86, and with build-many-glibcs.py.

	* sysdeps/unix/sysv/linux/sys/procfs.h: Include
	<bits/procfs-prregset.h>.
	(prgregset_t): Define using __prgregset_t.
	(prfpregset_t): Define using __prfpregset_t.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
	(sysdep_headers): Add bits/procfs-prregset.h.
	* sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
	* sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
2018-09-25 16:50:30 +00:00
..
2018-09-25 16:48:15 +00:00
2018-09-25 16:50:30 +00:00
2018-09-25 16:49:25 +00:00
2018-09-25 16:50:30 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:49:25 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:48:15 +00:00
2018-09-25 16:49:25 +00:00
2018-09-25 16:49:25 +00:00
2018-09-25 16:49:25 +00:00
2018-09-25 16:50:30 +00:00
2018-09-25 16:49:25 +00:00
2018-03-27 21:28:58 -03:00
2018-01-06 23:35:56 -08:00
2018-07-10 16:14:45 +02:00
2018-09-25 16:50:30 +00:00
2018-04-27 19:11:24 +00:00
2018-04-27 19:11:24 +00:00
2018-07-05 19:00:10 +02:00
2018-07-05 19:00:10 +02:00
2018-09-06 14:27:03 +02:00
2018-07-10 16:14:45 +02:00
2018-05-18 16:50:44 +00:00
2018-05-02 08:43:31 -03:00