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 COMMITTED] Move generic <bits/unistd_ext.h> to a more regular location


No functional change; the previous path worked as well, but it
re-added the obsolete sysdeps/generic/bits directory, which was
removed (for the first time) in commit
c72565e5f1124c2dc72573e83406fe999e56091f.

Fixes commit e47d82c99a6db060419b421768aced76bea92997 ("Provide
<bits/unistd_ext.h> as a sysdeps header exclusively").

2019-02-08  Florian Weimer  <fweimer@redhat.com>

	* sysdeps/generic/bits/unistd_ext.h: Move to ...
	* bits/unistd_ext.h: here.

diff --git a/sysdeps/generic/bits/unistd_ext.h b/bits/unistd_ext.h
similarity index 100%
rename from sysdeps/generic/bits/unistd_ext.h
rename to bits/unistd_ext.h


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