We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012f48b commit f97249fCopy full SHA for f97249f
src/shims/android_stubs.h
@@ -31,4 +31,4 @@
31
# define TRASHIT(x) do {(x) = (void *)-1;} while (0)
32
#endif /* TRASHIT */
33
34
-#endif /* __DISPATCH__ANDROID__STUBS__INTERNAL */
+#endif /* __DISPATCH__ANDROID__STUBS__INTERNAL */
src/shims/getprogname.h
@@ -24,9 +24,9 @@
24
25
#if !HAVE_GETPROGNAME
26
27
-#ifdef __ANDROID__
+#if defined(__ANDROID__)
28
extern const char *__progname;
29
-#endif /* __ANDROID */)
+#endif /* __ANDROID */
30
static inline char *
getprogname(void)
0 commit comments