]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/time.h
Add per-thread cache to malloc
[thirdparty/glibc.git] / include / time.h
index 3a828e04207c1dfe19c9aea7cdeffbe5fec33522..9956b82eb8828f0a40af8f7ecea4abaa8d1b28c8 100644 (file)
@@ -2,7 +2,7 @@
 #include <time/time.h>
 
 #ifndef _ISOMAC
-# include <xlocale.h>
+# include <bits/types/locale_t.h>
 
 extern __typeof (strftime_l) __strftime_l;
 libc_hidden_proto (__strftime_l)
@@ -78,7 +78,7 @@ extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct t
 
 extern int __nanosleep (const struct timespec *__requested_time,
                        struct timespec *__remaining);
-libc_hidden_proto (__nanosleep)
+hidden_proto (__nanosleep)
 extern int __nanosleep_nocancel (const struct timespec *__requested_time,
                                 struct timespec *__remaining)
   attribute_hidden;
@@ -92,7 +92,7 @@ extern int __getclktck (void);
 /* strptime support.  */
 extern char * __strptime_internal (const char *rp, const char *fmt,
                                   struct tm *tm, void *statep,
-                                  __locale_t locparam)
+                                  locale_t locparam)
      internal_function;
 
 extern double __difftime (time_t time1, time_t time0);