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 09a6394Copy full SHA for 09a6394
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
@@ -26,7 +26,7 @@
26
27
#ifdef __ANDROID__
28
extern const char *__progname;
29
-#endif /* __ANDROID */)
+#endif /* __ANDROID */
30
static inline char *
getprogname(void)
0 commit comments