]> git.ipfire.org Git - thirdparty/glibc.git/commit
Provide <bits/unistd_ext.h> as a sysdeps header exclusively
authorFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 15:51:17 +0000 (16:51 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 15:51:17 +0000 (16:51 +0100)
commite47d82c99a6db060419b421768aced76bea92997
tree3124d71ee971f8ee8fefd0e96eb423c169ca7621
parent8f89ab216f205c2ffd90d1fc8454efdfc0b01dee
Provide <bits/unistd_ext.h> as a sysdeps header exclusively

Non-sysdeps headers cannot be overriden by sysdeps headers across the
entire build, so it is necessary to turn such extension headers into
sysdeps headers themselves.  The approach here follows the existing
<bits/shm.h> header (although it uses sysdeps/gnu instead of
sysdeps/generic).

Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 ("Linux: Add
gettid system call wrapper [BZ #6399]") and commit
8f89ab216f205c2ffd90d1fc8454efdfc0b01dee ("posix: Fix missing wrapper
header for <bits/unistd_ext.h>").
ChangeLog
include/bits/unistd_ext.h [deleted file]
sysdeps/generic/bits/unistd_ext.h [moved from posix/bits/unistd_ext.h with 100% similarity]