svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Mon Jan 23 12:54:15 UTC 2006


Author: psm
Date: 2006-01-23 04:54:14 -0800 (Mon, 23 Jan 2006)
New Revision: 13501

Log:
Sync w/ glibc

Modified:
   trunk/uClibc/include/time.h


Changeset:
Modified: trunk/uClibc/include/time.h
===================================================================
--- trunk/uClibc/include/time.h	2006-01-23 11:39:05 UTC (rev 13500)
+++ trunk/uClibc/include/time.h	2006-01-23 12:54:14 UTC (rev 13501)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1991-1999,2000,2001,2002,2003 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1999,2000,2001,2002,2003,2006
+	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
@@ -113,6 +114,8 @@
       defined __need_timespec)
 # define __timespec_defined	1
 
+# include <bits/types.h>	/* This defines __time_t for us.  */
+
 /* POSIX.1b structure for a time value.  This is like a `struct timeval' but
    has nanoseconds instead of microseconds.  */
 struct timespec
@@ -341,7 +344,8 @@
 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
 
 /* Set clock CLOCK_ID to value TP.  */
-extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp) __THROW;
+extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
+     __THROW;
 
 #ifdef __UCLIBC_MJN3_ONLY__
 #warning "mjn3 FIXME: a bunch of unimplemented function prototypes."




More information about the uClibc-cvs mailing list