Commit e784aa9a by Richard Kenner

(link): Eliminate definition on Win32.

From-SVN: r14342
parent 5dfe8508
...@@ -197,7 +197,9 @@ extern int atoi (); ...@@ -197,7 +197,9 @@ extern int atoi ();
extern int puts (); extern int puts ();
extern int fputs (); extern int fputs ();
extern int fputc (); extern int fputc ();
#if !defined(_WIN32)
extern int link (); extern int link ();
#endif
extern int unlink (); extern int unlink ();
extern int access (); extern int access ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment