mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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)
|
||||
{
|
||||
path_t path;
|
||||
char *path;
|
||||
unsigned long flags;
|
||||
int res;
|
||||
memset(&path, 0, sizeof(path));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue