A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-September/009503.html below:

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.173,2.174

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.173,2.174Guido van Rossum guido@beopen.com
Mon, 25 Sep 2000 11:06:40 -0500
> > Modified Files:
> > 	posixmodule.c 
> > Log Message:
> > Add missing prototypes for the benefit of SunOS 4.1.4 */
> 
> These should go in pyport.h ! Unless you have some reason not to export them
> to other file, but in that case we need to take a good look at the whole
> pyport.h thing.
> 
> > + #if defined(sun) && !defined(__SVR4)
> > + /* SunOS 4.1.4 doesn't have prototypes for these: */
> > + extern int rename(const char *, const char *);
> > + extern int pclose(FILE *);
> > + extern int fclose(FILE *);
> > + #endif
> > + 

Maybe, but tyere's already tons of platform specific junk in
posixmodule.c.  Given we're so close to the code freeze, let's not do
it right now.

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4