X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fmusl%2Fpatches%2F400-Add-format-attribute-to-some-function-declarations.patch;h=915b0b7b47b37c7f05b10139eea93694771b807e;hp=67fedae30a06aaf44f2b5e7fa2d4ab52f7913985;hb=87606e25afac6776d1bbc67ed284434ec5a832b4;hpb=9306bdf31c0b536389f79d66cee3dcc2d97735c1;ds=sidebyside diff --git a/toolchain/musl/patches/400-Add-format-attribute-to-some-function-declarations.patch b/toolchain/musl/patches/400-Add-format-attribute-to-some-function-declarations.patch index 67fedae30a..915b0b7b47 100644 --- a/toolchain/musl/patches/400-Add-format-attribute-to-some-function-declarations.patch +++ b/toolchain/musl/patches/400-Add-format-attribute-to-some-function-declarations.patch @@ -149,8 +149,8 @@ Signed-off-by: Hauke Mehrtens #endif #ifdef _GNU_SOURCE -@@ -184,6 +192,9 @@ char *fgets_unlocked(char *, int, FILE * - int fputs_unlocked(const char *, FILE *); +@@ -198,6 +206,9 @@ typedef struct _IO_cookie_io_functions_t + FILE *fopencookie(void *, const char *, cookie_io_functions_t); #endif +#undef __fp