This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lib/include files and compiling...


Hi.

Just curious as to why in /usr/include/stdio.h:
FILE *  _EXFUN(tmpfile, (void));

While many others (Linux, OpenBSD) have
extern FILE *tmpfile __P ((void));

What is the motivation behind putting the _EXFUN infront of the 'tmpfile'
instead of behind it?   I am finding that this is causing some compatibility
problems and I cannot compile things because of it.


Thanks!
-- Steve



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]