This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.29.9000-44-g8f89ab2


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  8f89ab216f205c2ffd90d1fc8454efdfc0b01dee (commit)
      from  144a794e0a1670dfc7a178637c7f35b5910c42ec (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8f89ab216f205c2ffd90d1fc8454efdfc0b01dee

commit 8f89ab216f205c2ffd90d1fc8454efdfc0b01dee
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Feb 8 16:33:00 2019 +0100

    posix: Fix missing wrapper header for <bits/unistd_ext.h>
    
    Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92
    ("Linux: Add gettid system call wrapper [BZ #6399]").
    
    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

diff --git a/ChangeLog b/ChangeLog
index 4766dc4..164db3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-08  Florian Weimer  <fweimer@redhat.com>
+
+	* include/bits/unistd_ext.h: New file.
+
 2019-02-08  TAMUKI Shoichi  <tamuki@linet.gr.jp>
 
 	* time/tst-strftime2.c: Use array_length macros instead of magic
diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h
new file mode 100644
index 0000000..24e8d09
--- /dev/null
+++ b/include/bits/unistd_ext.h
@@ -0,0 +1 @@
+#include <posix/bits/unistd_ext.h>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    4 ++++
 include/bits/unistd_ext.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 include/bits/unistd_ext.h


hooks/post-receive
-- 
GNU C Library master sources


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