Conan_Kudo / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

325202 Revert "patches/libbsd-0.9.1.local.patch: updated concerning fopencookie(3)."

Authored and Committed by Lucio Andrés Illanes Albornoz 6 years ago
    Revert "patches/libbsd-0.9.1.local.patch: updated concerning fopencookie(3)."
    
    This reverts commit c795260163082789f959261f177d1aa599a9552a.
    
        
patches/libbsd-0.9.1.local.patch CHANGED
@@ -318,14 +318,3 @@ diff -Nru libbsd-0.9.1.orig/src/vis.c libbsd-0.9.1/src/vis.c
318
318
319
319
int
320
320
stravis(char **mbdstp, const char *mbsrc, int flags)
321
- --- libbsd-0.9.1/src/funopen.c.orig 2018-04-21 21:30:22.000000000 +0000
322
- +++ libbsd-0.9.1/src/funopen.c 2019-01-10 17:35:49.856000000 +0000
323
- @@ -137,7 +137,7 @@
324
-
325
- return fopencookie(cookiewrap, mode, funcswrap);
326
- }
327
- -#elif defined(__MUSL__)
328
- +#elif defined(__MUSL__) || defined(__midipix__)
329
- /*
330
- * This is unimplementable on musl based systems, and upstream has stated
331
- * they will not add the needed support to implement it. Just ignore this