mirror of
https://github.com/python/cpython.git
synced 2026-03-02 11:00:50 +00:00
Use C-style comments for C89 / ANSI C compatibility
This commit is contained in:
parent
a4b4dea415
commit
b8cd700155
1 changed files with 1 additions and 1 deletions
|
|
@ -10488,7 +10488,7 @@ posix_listxattr(PyObject *self, PyObject *args, PyObject *kwargs)
|
|||
static Py_ssize_t buffer_sizes[] = { 256, XATTR_LIST_MAX, 0 };
|
||||
Py_ssize_t buffer_size = buffer_sizes[i];
|
||||
if (!buffer_size) {
|
||||
// ERANGE
|
||||
/* ERANGE */
|
||||
path_error("listxattr", &path);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue