]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-force-dietlibc.patch
- 1.01
[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
a230e0df 4@@ -120,7 +120,10 @@
0905d07d
AM
5 * you can extract the information you need from dietstdio.h. See the
6 * other library implementations for examples.
7 */
a230e0df 8-# error dietlibc is currently not supported. Please see the commented source.
0905d07d
AM
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 */
a230e0df 15 /* Please see the comments for the above supported libraries for examples
This page took 0.064043 seconds and 4 git commands to generate.