Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed Mar 27, 2024
1 parent 7a66d92 commit 2375919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/jdk17u_android.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2519,6 +2519,6 @@ index be578a0bb..ce5e8b400 100644
// not relying on included headers.

-#ifndef __GLIBC__
+#ifndef __GLIBC__ && __ANDROID__
+#if !defined(__GLIBC__) && !defined(__ANDROID__)
// Alpine doesn't know these types, define them
typedef unsigned int __uint32_t;

0 comments on commit 2375919

Please sign in to comment.