diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index d38666406fd..bf5cfc764d2 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -197,7 +197,9 @@ extern int atoi (); extern int puts (); extern int fputs (); extern int fputc (); +#if !defined(_WIN32) extern int link (); +#endif extern int unlink (); extern int access (); |