mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Issue #15478: Fix compilation on Windows
This commit is contained in:
parent
292c835548
commit
266f882dca
1 changed files with 0 additions and 1 deletions
|
@ -2720,7 +2720,6 @@ static PyObject *
|
||||||
posix_lchflags(PyObject *self, PyObject *args)
|
posix_lchflags(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
path_t path;
|
path_t path;
|
||||||
char *path;
|
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
int res;
|
int res;
|
||||||
memset(&path, 0, sizeof(path));
|
memset(&path, 0, sizeof(path));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue