diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | include/bits/unistd_ext.h | 1 | ||||
-rw-r--r-- | sysdeps/generic/bits/unistd_ext.h (renamed from posix/bits/unistd_ext.h) | 0 |
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 164db3f085..62a78a193f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2019-02-08 Florian Weimer <fweimer@redhat.com> + * include/bits/unistd_ext.h: Remove file. + * posix/bits/unistd_ext.h: Move to ... + * sysdeps/generic/bits/unistd_ext.h: ... here. + +2019-02-08 Florian Weimer <fweimer@redhat.com> + * include/bits/unistd_ext.h: New file. 2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp> diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h deleted file mode 100644 index 24e8d09ba8..0000000000 --- a/include/bits/unistd_ext.h +++ /dev/null @@ -1 +0,0 @@ -#include <posix/bits/unistd_ext.h> diff --git a/posix/bits/unistd_ext.h b/sysdeps/generic/bits/unistd_ext.h index d6e88f3bd4..d6e88f3bd4 100644 --- a/posix/bits/unistd_ext.h +++ b/sysdeps/generic/bits/unistd_ext.h |