1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-11 05:32:07 +00:00
serenity/Ports/libiconv/patches/fix-getprogname.patch
2019-10-11 12:17:05 +02:00

11 lines
323 B
Diff

--- libiconv-1.16-orig/srclib/getprogname.c 2019-04-26 19:29:00.000000000 +0100
+++ libiconv-1.16/srclib/getprogname.c 2019-10-10 23:36:34.193619582 +0100
@@ -244,6 +244,8 @@
}
}
return NULL;
+# elif defined __serenity__
+ return "?";
# else
# error "getprogname module not ported to this OS"
# endif