summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/posixmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index faf3cb5..ca311c4 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -1426,6 +1426,7 @@ static struct methodlist posix_methods[] = {
{"uname", posix_uname},
#endif /* HAVE_UNAME */
{"unlink", posix_unlink},
+ {"remove", posix_unlink},
{"utime", posix_utime},
#ifdef HAVE_TIMES
{"times", posix_times},