more linux -> __linux__

This commit is contained in:
Benjamin Peterson 2016-09-07 14:45:10 -07:00
parent 1badd28163
commit 840ef8f84b
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@
#include <sys/soundcard.h>
#endif
#if defined(linux)
#ifdef __linux__
#ifndef HAVE_STDINT_H
typedef unsigned long uint32_t;