You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libjsw/files/libjsw-1.5.8-musl.patch

12 lines
250 B

--- 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;