[Bug libc/6399] gettid() should have a wrapper
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Fri Feb 8 17:39:00 GMT 2019
https://sourceware.org/bugzilla/show_bug.cgi?id=6399
--- Comment #69 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via e47d82c99a6db060419b421768aced76bea92997 (commit)
from 8f89ab216f205c2ffd90d1fc8454efdfc0b01dee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e47d82c99a6db060419b421768aced76bea92997
commit e47d82c99a6db060419b421768aced76bea92997
Author: Florian Weimer <fweimer@redhat.com>
Date: Fri Feb 8 16:51:17 2019 +0100
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>").
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
include/bits/unistd_ext.h | 1 -
{posix => sysdeps/generic}/bits/unistd_ext.h | 0
3 files changed, 6 insertions(+), 1 deletions(-)
delete mode 100644 include/bits/unistd_ext.h
rename {posix => sysdeps/generic}/bits/unistd_ext.h (100%)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list