We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83373d6 commit 0190182Copy full SHA for 0190182
patches/jre_21/android/jdk21u_android.diff
@@ -2398,6 +2398,13 @@ index 9371bc001..ab7dd0fc0 100644
2398
#endif
2399
if (err == -1) {
2400
throwUnixException(env, errno);
2401
+@@ -80,5 +80,5 @@
2402
+ // not relying on included headers.
2403
+
2404
+-#ifndef __GLIBC__
2405
++#if !defined(__GLIBC__) && !defined(__ANDROID__)
2406
+ // Alpine doesn't know these types, define them
2407
+ typedef unsigned int __uint32_t;
2408
diff --git a/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c b/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c
2409
index b2dedca35..c01ccfb8d 100644
2410
--- a/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c
0 commit comments