Use C-style comments for C89 / ANSI C compatibility
This commit is contained in:
parent
91ceeceea7
commit
3b9493b53c
|
@ -10495,7 +10495,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…
Reference in New Issue