]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-force-dietlibc.patch
- more things enabled
[packages/busybox.git] / busybox-force-dietlibc.patch
CommitLineData
0905d07d
AM
1diff -urN busybox-1.00-pre2.org/libbb/printf.c busybox-1.00-pre2/libbb/printf.c
2--- busybox-1.00-pre2.org/libbb/printf.c 2003-08-02 23:46:49.000000000 +0200
3+++ busybox-1.00-pre2/libbb/printf.c 2003-08-05 00:19:57.000000000 +0200
4@@ -116,7 +116,10 @@
5 * you can extract the information you need from dietstdio.h. See the
6 * other library implementations for examples.
7 */
8-#error dietlibc is currently not supported. Please see the commented source.
9+#warning dietlibc is currently not supported. Please see the commented source.
10+#warning FORCED BUILD BY PLD PATCH.
11+
12+#define SET_FERROR_UNLOCKED(S) // ((S)->flags |= 1)
13
14 #else /* some other lib */
15 /* Please see the comments for the above supported libaries for examples
This page took 0.025814 seconds and 4 git commands to generate.