summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c
index 074888eaf1..eecbb3b57a 100644
--- a/Python/fileutils.c
+++ b/Python/fileutils.c
@@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf)
#endif
-int
+static int
get_inheritable(int fd, int raise)
{
#ifdef MS_WINDOWS