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.15-75-gd5835c2


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  d5835c26428829fc1e9b1a60c52479313a7d91a5 (commit)
      from  d1f741e9120669883c6fc0f6fc53b9d35e5015ce (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=d5835c26428829fc1e9b1a60c52479313a7d91a5

commit d5835c26428829fc1e9b1a60c52479313a7d91a5
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 21:50:21 2012 -0500

    Install bits/poll2.h

diff --git a/ChangeLog b/ChangeLog
index 9a9a32e..8b0f269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-08  Ulrich Drepper  <drepper@gmail.com>
+
+	* io/Makefile (headers): Add bits/poll2.h.
+
 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
diff --git a/io/Makefile b/io/Makefile
index 0f3b555..23ce134 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1992-2003,2005-2008,2011 Free Software Foundation, Inc.
+# Copyright (C) 1992-2003,2005-2008,2011,2012 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -23,7 +23,7 @@ subdir	:= io
 
 headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
 	   sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
-	   poll.h sys/poll.h bits/poll.h bits/fcntl2.h \
+	   poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \
 	   utime.h ftw.h fts.h sys/sendfile.h
 
 routines :=								\

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

Summary of changes:
 ChangeLog   |    4 ++++
 io/Makefile |    4 ++--
 2 files changed, 6 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]