summaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-07 14:45:10 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-07 14:45:10 -0700
commit840ef8f84b4b629b319f1cb960495be0fb8df4b6 (patch)
tree029fbb0cf2627df99195a370ac4f9ba8e1678883 /Modules/ossaudiodev.c
parent1badd2816361354f5e69d234b4ff3315f5f590cc (diff)
downloadcpython-git-840ef8f84b4b629b319f1cb960495be0fb8df4b6.tar.gz
more linux -> __linux__
Diffstat (limited to 'Modules/ossaudiodev.c')
-rw-r--r--Modules/ossaudiodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c
index 2b7d71f64f..4796203e57 100644
--- a/Modules/ossaudiodev.c
+++ b/Modules/ossaudiodev.c
@@ -37,7 +37,7 @@
#include <sys/soundcard.h>
#endif
-#if defined(linux)
+#ifdef __linux__
#ifndef HAVE_STDINT_H
typedef unsigned long uint32_t;