diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-08 21:06:11 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-08 21:06:11 +0100 |
commit | fdfbd47d92aedbe382a2975851e8cd628040bba7 (patch) | |
tree | 61f8e2e24d947075ea50dd4915e827c858775c92 | |
parent | 11eb21c4659ae0bde83bcd070bc9a0f94fb3576b (diff) | |
download | glibc-fdfbd47d92aedbe382a2975851e8cd628040bba7.tar.gz glibc-fdfbd47d92aedbe382a2975851e8cd628040bba7.tar.xz glibc-fdfbd47d92aedbe382a2975851e8cd628040bba7.zip |
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").
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | bits/unistd_ext.h (renamed from sysdeps/generic/bits/unistd_ext.h) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index baea613156..bc2966e8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-02-08 Florian Weimer <fweimer@redhat.com> + + * sysdeps/generic/bits/unistd_ext.h: Move to ... + * bits/unistd_ext.h: here. + 2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com> [BZ #21915] diff --git a/sysdeps/generic/bits/unistd_ext.h b/bits/unistd_ext.h index d6e88f3bd4..d6e88f3bd4 100644 --- a/sysdeps/generic/bits/unistd_ext.h +++ b/bits/unistd_ext.h |