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.16-ports-merge-445-g1ab2935


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  1ab2935061bc800f008aba6c423ab9fe69c4cac0 (commit)
      from  f1ecb7ef7f5703fc156b8ab2ca153d774c39ec7a (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=1ab2935061bc800f008aba6c423ab9fe69c4cac0

commit 1ab2935061bc800f008aba6c423ab9fe69c4cac0
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon Oct 8 11:41:11 2012 +0200

    Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c

diff --git a/ChangeLog b/ChangeLog
index 1c8111b..7d00f66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
+	<stdint.h>.
+
 2012-10-06  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
diff --git a/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c b/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
index f62ed86..5559dd5 100644
--- a/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
+++ b/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <stdint.h>
 #include <libc-internal.h>
 
 uint64_t

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../unix/sysv/linux/powerpc/get_timebase_freq.c    |    1 +
 2 files changed, 6 insertions(+), 0 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]