summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-03 19:13:24 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-03 19:13:24 +0000
commit4222cc97e94c160817d38652163af2b96cf9c8da (patch)
tree7c4b85a69401bba6edd8710f7d876ec4ce0b25a2 /include/time.h
parentaa46ec5518ab0d127ea951f9fc8290da97288dc8 (diff)
Sync headers w/ glibc
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/include/time.h b/include/time.h
index e8e514ca5..84e17f317 100644
--- a/include/time.h
+++ b/include/time.h
@@ -143,10 +143,10 @@ struct tm
#ifdef __UCLIBC_HAS_TM_EXTENSIONS__
#ifdef __USE_BSD
long int tm_gmtoff; /* Seconds east of UTC. */
- __const char *tm_zone; /* Timezone abbreviation. */
+ __const char *tm_zone; /* Timezone abbreviation. */
#else
long int __tm_gmtoff; /* Seconds east of UTC. */
- __const char *__tm_zone; /* Timezone abbreviation. */
+ __const char *__tm_zone; /* Timezone abbreviation. */
#endif
#endif /* __UCLIBC_HAS_TM_EXTENSIONS__ */
};
@@ -225,17 +225,6 @@ extern size_t strftime_l (char *__restrict __s, size_t __maxsize,
extern char *strptime_l (__const char *__restrict __s,
__const char *__restrict __fmt, struct tm *__tp,
__locale_t __loc) __THROW;
-
-
-extern size_t __strftime_l (char *__restrict __s, size_t __maxsize,
- __const char *__restrict __format,
- __const struct tm *__restrict __tp,
- __locale_t __loc) __THROW;
-
-extern char *__strptime_l (__const char *__restrict __s,
- __const char *__restrict __fmt, struct tm *__tp,
- __locale_t __loc) __THROW;
-
# endif
#endif