Barry deFreese, le Mon 25 Jun 2012 09:39:43 -0400, a écrit :
> On 6/25/2012 8:39 AM, Samuel Thibault wrote:
> > Barry deFreese, le Tue 19 Jun 2012 23:20:04 -0400, a écrit :
> >> +#ifdef __linux__
> >>  #include <linux/limits.h>
> >> +#endif
> > 
> > Better check that it simply works on Linux with <limits.h> instead of
> > <linux/limits.h>
> > 
> > Samuel
> > 
> 
> Samuel,
> 
> Do you mean something like:
> 
> #ifdef _LIBC_LIMITS_H_
>   #include <limits.h>
> #endif

No, just

#include <limits.h>

limits.h is Posix, and should provide whatever the package fetches from
linux/limits.h

Samuel


-- 
To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120625135453.ga3...@type.inf.ufrgs.br

Reply via email to