about summary refs log tree commit diff
path: root/time/bits/types/clock_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/clock_t.h')
-rw-r--r--time/bits/types/clock_t.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/time/bits/types/clock_t.h b/time/bits/types/clock_t.h
index b8cbaf2cb6..ce97248f88 100644
--- a/time/bits/types/clock_t.h
+++ b/time/bits/types/clock_t.h
@@ -3,13 +3,7 @@
 
 #include <bits/types.h>
 
-__BEGIN_NAMESPACE_STD
 /* Returned by `clock'.  */
 typedef __clock_t clock_t;
-__END_NAMESPACE_STD
-
-#if defined __USE_XOPEN || defined __USE_POSIX
-__USING_NAMESPACE_STD(clock_t)
-#endif
 
 #endif