summaryrefslogtreecommitdiff
path: root/Modules/fcntlmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-15 02:52:08 +0000
committerGuido van Rossum <guido@python.org>1997-08-15 02:52:08 +0000
commit68d63ebdbeaa456f59ff96989f8647c4bdf7392f (patch)
treef096a587c4ddb3899c35b67ba3bac28500897126 /Modules/fcntlmodule.c
parent7ee820e7d18599ef9a97728c459d827fb4ce88b8 (diff)
downloadcpython-68d63ebdbeaa456f59ff96989f8647c4bdf7392f.tar.gz
Keep gcc -Wall happy
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r--Modules/fcntlmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index e951bc4095..8f7407f52a 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -279,6 +279,7 @@ all_ins(d)
if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
+ return 0;
}
void