summaryrefslogtreecommitdiff
path: root/time/bits/types/time_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/time_t.h')
-rw-r--r--time/bits/types/time_t.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/time/bits/types/time_t.h b/time/bits/types/time_t.h
index 16e5269184..ab8287c6fe 100644
--- a/time/bits/types/time_t.h
+++ b/time/bits/types/time_t.h
@@ -3,12 +3,7 @@
#include <bits/types.h>
-__BEGIN_NAMESPACE_STD
/* Returned by `time'. */
typedef __time_t time_t;
-__END_NAMESPACE_STD
-#ifdef __USE_POSIX
-__USING_NAMESPACE_STD(time_t)
-#endif
#endif