325202
Revert "patches/libbsd-0.9.1.local.patch: updated concerning fopencookie(3)."
@@ -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
|
-
|
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
|