diff options
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r-- | Modules/fcntlmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index 6e7c1c2..59a4d4a 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -320,7 +320,7 @@ all_ins(d) return 0; } -void +DL_EXPORT(void) initfcntl() { PyObject *m, *d; |