[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#64524: c-std.h contains declarations which conflict with stdio.h



found 64524 3.0-18
thanks

,----[ From texk/kpathsea/c-std.h ]
| #ifdef VMS
| #include <unixlib.h>
| #include <unixio.h>
| #else
| #ifndef WIN32
| /* `popen' and `pclose' are part of POSIX.2, not POSIX.1.  So
|    STDC_HEADERS isn't enough.  */
| extern FILE *popen ();
| extern int pclose ();
| #endif /* not WIN32 */
| #endif /* not VMS */
`----

So, yes, the declarations of popen() and pclose() are still there.

-- 
Florent



Reply to: