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-178-g8dee483


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  8dee4833c5b6d3c2ad506b5c7fdc548504386f96 (commit)
      from  9078ce930afda8bbcba6fe860a13ca62abcf2742 (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=8dee4833c5b6d3c2ad506b5c7fdc548504386f96

commit 8dee4833c5b6d3c2ad506b5c7fdc548504386f96
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Feb 17 17:46:56 2012 +0100

    Include <time.h> in clock_settime.c.

diff --git a/ChangeLog b/ChangeLog
index 0a80111..7ebc8b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
+
+	[BZ #4026]
+	* sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
+	get clock_id definition.
+
 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
 
 	[BZ #4822]
diff --git a/NEWS b/NEWS
index 20ff90b..ec0e938 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  411, 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529, 13531,
-  13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583,
-  13618
+  411, 4026 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529,
+  13531, 13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559,
+  13583, 13618
 
 * ISO C11 support:
 
diff --git a/sysdeps/unix/sysv/linux/clock_settime.c b/sysdeps/unix/sysv/linux/clock_settime.c
index 5656db9..8cf3209 100644
--- a/sysdeps/unix/sysv/linux/clock_settime.c
+++ b/sysdeps/unix/sysv/linux/clock_settime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2006, 2010, 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
@@ -17,6 +17,7 @@
 
 #include <errno.h>
 #include <sysdep.h>
+#include <time.h>
 
 #include "kernel-posix-cpu-timers.h"
 #include <kernel-features.h>

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

Summary of changes:
 ChangeLog                               |    6 ++++++
 NEWS                                    |    6 +++---
 sysdeps/unix/sysv/linux/clock_settime.c |    3 ++-
 3 files changed, 11 insertions(+), 4 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]