mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
more linux -> __linux__
This commit is contained in:
parent
1badd28163
commit
840ef8f84b
3 changed files with 3 additions and 3 deletions
|
|
@ -8446,7 +8446,7 @@ done:
|
|||
if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiOn:sendfile",
|
||||
keywords, &out, &in, &offobj, &count))
|
||||
return NULL;
|
||||
#ifdef linux
|
||||
#ifdef __linux__
|
||||
if (offobj == Py_None) {
|
||||
do {
|
||||
Py_BEGIN_ALLOW_THREADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue