summaryrefslogtreecommitdiffstats
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-12 20:57:30 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-12 20:57:30 (GMT)
commit32a14662287d30ef58f31b9d20c5226c52b136e8 (patch)
treedf01e180a8d731e54835bdcb0ccfae1d58bf2e14 /Python/fileutils.c
parent793d8478eeb1ca73b95aa6dac97361013d9e8b60 (diff)
parentd01d396e7f9db2b3c362fe48a07cd55420dce030 (diff)
downloadcpython-32a14662287d30ef58f31b9d20c5226c52b136e8.zip
cpython-32a14662287d30ef58f31b9d20c5226c52b136e8.tar.gz
cpython-32a14662287d30ef58f31b9d20c5226c52b136e8.tar.bz2
merge
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 074888e..eecbb3b 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