diff options
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 0e4331b..dec9db6 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -57,7 +57,7 @@ extern int unlink PROTO((const char *)); extern int pclose PROTO((FILE *)); #ifdef HAVE_SYMLINK extern int symlink PROTO((const char *, const char *)); -#endif /_ HAVE_SYMLINK */ +#endif /* HAVE_SYMLINK */ #ifdef HAVE_LSTAT extern int lstat PROTO((const char *, struct stat *)); #endif /* HAVE_LSTAT */ |