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.11-119-g86df697


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  86df697d806323a1f8d1c6b9429a62c20da881c5 (commit)
      from  a9625ea95fbc73e324630e760cf2805a9378ee5e (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=86df697d806323a1f8d1c6b9429a62c20da881c5

commit 86df697d806323a1f8d1c6b9429a62c20da881c5
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Tue Jan 12 12:20:15 2010 -0800

    Fix thinko in last patch.

diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 6f86ed0..e2ff298 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -89,5 +89,12 @@ variable {long int} timezone
 #endif
 variable {char*} tzname [2]
 
-allow-header sched.h
-allow-header time.h
+allow tm_*
+allow clock_*
+allow timer_*
+allow it_*
+allow tv_*
+allow CLOCK_*
+allow TIMER_*
+allow *_t
+allow sigevent

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

Summary of changes:
 conform/data/time.h-data |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


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]