summaryrefslogtreecommitdiff
path: root/time/bits/types/struct_tm.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/struct_tm.h')
-rw-r--r--time/bits/types/struct_tm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/time/bits/types/struct_tm.h b/time/bits/types/struct_tm.h
index 8f5af16715..b13b631228 100644
--- a/time/bits/types/struct_tm.h
+++ b/time/bits/types/struct_tm.h
@@ -4,7 +4,6 @@
#include <bits/types.h>
/* ISO C `broken-down time' structure. */
-__BEGIN_NAMESPACE_STD
struct tm
{
int tm_sec; /* Seconds. [0-60] (1 leap second) */
@@ -25,9 +24,5 @@ struct tm
const char *__tm_zone; /* Timezone abbreviation. */
# endif
};
-__END_NAMESPACE_STD
-#if defined __USE_XOPEN || defined __USE_POSIX
-__USING_NAMESPACE_STD(tm)
-#endif
#endif