diff options
| author | Georg Brandl <georg@python.org> | 2013-10-12 22:57:30 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-10-12 22:57:30 +0200 |
| commit | 32a14662287d30ef58f31b9d20c5226c52b136e8 (patch) | |
| tree | df01e180a8d731e54835bdcb0ccfae1d58bf2e14 /Python/fileutils.c | |
| parent | 793d8478eeb1ca73b95aa6dac97361013d9e8b60 (diff) | |
| parent | d01d396e7f9db2b3c362fe48a07cd55420dce030 (diff) | |
| download | cpython-git-32a14662287d30ef58f31b9d20c5226c52b136e8.tar.gz | |
merge
Diffstat (limited to 'Python/fileutils.c')
| -rw-r--r-- | Python/fileutils.c | 2 |
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 |
