summaryrefslogtreecommitdiff
path: root/media-libs/libjsw/files/libjsw-1.5.8-musl.patch
blob: 9a6f116e8302f1d92172cd3f79e91ca162f6ad68 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/os.h
+++ b/include/os.h
@@ -254,7 +254,7 @@
 typedef int                     int32_t;
 typedef unsigned int            u_int32_t;
 
-# if __GNUC__ >= 2
+# if __GLIBC__ >= 2
 
 #  ifndef int64_t
 typedef long long               int64_t;