summaryrefslogtreecommitdiffstats
path: root/Modules/fcntlmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-15 02:52:08 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-15 02:52:08 (GMT)
commit7c14103d77e02f3ee66d39d15fda6090ab2965f7 (patch)
tree00a62840f6ed995a8d8824cc45515caa3c3a946c /Modules/fcntlmodule.c
parentf0b69f01eba87dcd56b9ed0a5be2fd7149f20b7a (diff)
downloadcpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.zip
cpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.tar.gz
cpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.tar.bz2
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 e951bc4..8f7407f 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