Allow multiple gnulib generated replacements to coexist.
[gnulib.git] / lib / sched.in.h
index 7725e97..8a1135f 100644 (file)
 
 #if !@HAVE_STRUCT_SCHED_PARAM@
 
+# if !GNULIB_defined_struct_sched_param
 struct sched_param
 {
   int sched_priority;
 };
+#  define GNULIB_defined_struct_sched_param 1
+# endif
 
 #endif