Avoid namespace pollution on glibc systems.
[pspp] / lib / sys_times.in.h
index 31ab4ce37c594205c835d12f4a4fb59dd81ba35e..34aa281ee18ea48254e338ef6c9e504de4bea677 100644 (file)
 
 # define _GL_SYS_TIMES_H
 
-/* Get clock_t. */
-# include <time.h>
+/* Get clock_t.
+   But avoid namespace pollution on glibc systems.  */
+# ifndef __GLIBC__
+#  include <time.h>
+# endif
 
 /* The definition of GL_LINK_WARNING is copied here.  */