mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
more linux -> __linux__
This commit is contained in:
parent
1badd28163
commit
840ef8f84b
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <sys/soundcard.h>
|
||||
#endif
|
||||
|
||||
#if defined(linux)
|
||||
#ifdef __linux__
|
||||
|
||||
#ifndef HAVE_STDINT_H
|
||||
typedef unsigned long uint32_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue