bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/21] spawn: do not include sched.h on OS/2 kLIBC


From: Paul Eggert
Subject: Re: [PATCH 05/21] spawn: do not include sched.h on OS/2 kLIBC
Date: Sun, 30 Nov 2014 09:08:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

KO Myung-Hun wrote:

  /* Get definitions of 'struct sched_param' and 'sigset_t'.
     But avoid namespace pollution on glibc systems.  */
  #if !(defined __GLIBC__ && !defined __UCLIBC__)
-# include <sched.h>
+# ifndef __KLIBC__
+#  include <sched.h>
+# endif

Please add a brief note to that comment, to explain why sched.h shouldn't be included here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]