The following reply was made to PR os-linux/1542; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: Johnie Ingram <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: os-linux/1542: /usr/include/bits/resource.h:113: conflicting types 
for `rlim_t'
Date: Sat, 13 Dec 1997 17:33:11 -0800 (PST)

 Can you give me a specific value for __GLIBC__ or __GNU_LIBRARY__ that I
 can test against?
 
 I'd prefer to just use a test like:
 
 #if !defined(__GLIBC__) || __GLIBC__ < 2
 typedef int rlim_t;
 #endif
 
 I suspect that is the exact test I need... but if you could ask around the
 rest of the debian folks on non sparc systems for me that'd be great.
 
 Thanks
 Dean
 

Reply via email to