mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
explicitly init flags in methodlist
This commit is contained in:
parent
e71d853fc9
commit
d1ef5962d2
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ static struct methodlist mac_methods[] = {
|
|||
#endif
|
||||
{"getbootvol", mac_getbootvol}, /* non-standard */
|
||||
{"getcwd", mac_getcwd},
|
||||
{"listdir", mac_listdir},
|
||||
{"listdir", mac_listdir, 0},
|
||||
#ifndef CW4
|
||||
{"lseek", mac_lseek},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue