X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: Martin Str|mberg Message-Id: <200112271412.PAA16162@father.ludd.luth.se> Subject: Re: RESEND: Patch to computer st_blksize in struct stat In-Reply-To: <3C26705E.59767514@phekda.freeserve.co.uk> from Richard Dawe at "Dec 24, 2001 00:01:34 am" To: djgpp-workers AT delorie DOT com Date: Thu, 27 Dec 2001 15:12:59 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Richard Dawe: > OK to commit? Please wait a little longer and I'll check C99 ansi functions. > Index: check.cc > =================================================================== > RCS file: /cvs/djgpp/djgpp/tests/libclink/check.cc,v > retrieving revision 1.5 > diff -p -c -3 -r1.5 check.cc > *** check.cc 2001/12/02 10:21:45 1.5 > --- check.cc 2001/12/23 23:50:25 > *************** char *predefs[] = { "main", "edata", "en > *** 20,69 **** > not a function, and we can't stub it. ctime() sets tzname, and > ctime is ANSI and tzname is POSIX. Sigh. */ > > ! char *ansi_fns[] = { "abort", "abs", "acos", "asctime", "asin", > ! "atan", "atan2", "atexit", "atof", "atoi", "atol", "bsearch", > ! "calloc", "ceil", "clearerr", "clock", "cos", "cosh", "ctime", > ! "difftime", "div", "errno", "exit", "exp", "fabs", "fclose", "feof", Right, MartinS