public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/4026] New: Missing include <time.h> in clock_settime.c
@ 2007-02-12  1:41 aurelien at aurel32 dot net
  2007-02-15 13:13 ` [Bug ports/4026] " jakub at redhat dot com
  0 siblings, 1 reply; 4+ messages in thread
From: aurelien at aurel32 dot net @ 2007-02-12  1:41 UTC (permalink / raw)
  To: glibc-bugs

sysdeps/unix/sysv/linux/clock_settime.c is using the type clock_id which is 
defined in time.h. However it does not includes this header.

The patch below adds the include line, as it is already done in all clock_*.c 
file of this directory.

--- sysdeps/unix/sysv/linux/clock_settime.c     2007-02-11 18:53:19.000000000 
+0100
+++ sysdeps/unix/sysv/linux/clock_settime.c     2007-02-11 18:53:31.000000000 
+0100
@@ -18,6 +18,7 @@

 #include <errno.h>
 #include <sysdep.h>
+#include <time.h>

 #include "kernel-posix-cpu-timers.h"
 #include <kernel-features.h>

-- 
           Summary: Missing include <time.h> in clock_settime.c
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: m68k-unknown-linux-gnu
  GCC host triplet: m68k-unknown-linux-gnu
GCC target triplet: m68k-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=4026

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <bug-4026-131@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2012-02-17 16:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12  1:41 [Bug libc/4026] New: Missing include <time.h> in clock_settime.c aurelien at aurel32 dot net
2007-02-15 13:13 ` [Bug ports/4026] " jakub at redhat dot com
     [not found] <bug-4026-131@http.sourceware.org/bugzilla/>
2012-02-15 20:56 ` jsm28 at gcc dot gnu.org
2012-02-17 16:49 ` aurelien at aurel32 dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).