time_r: Add missing declarations on HP-UX 11.
[pspp] / lib / spawn.in.h
index 26c3c10a37d1fee08fbdb91e1938cf9f0e35caf7..b29e25a70912c2caed9aa3ea6de2dc3bb53468da 100644 (file)
@@ -32,7 +32,7 @@
 
 /* Get definitions of 'struct sched_param' and 'sigset_t'.
    But avoid namespace pollution on glibc systems.  */
-#ifndef __GLIBC__
+#if !(defined __GLIBC__ && !defined __UCLIBC__)
 # include <sched.h>
 # include <signal.h>
 #endif