diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-25 20:25:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-25 20:25:34 +0200 |
commit | c1b3b6cab0c921e74534b8fe789b8f7f8dbe62b4 (patch) | |
tree | 54d24168b0aa28b3d4cd32f16aa1ac24944f2ccf /toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch | |
parent | f91315e1710c256b353cdc1eba9a2374826798bc (diff) | |
download | buildroot-novena-c1b3b6cab0c921e74534b8fe789b8f7f8dbe62b4.tar.gz buildroot-novena-c1b3b6cab0c921e74534b8fe789b8f7f8dbe62b4.zip |
toolchain/uclibc: xtensa patches
New files missing from 58050c28.
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch b/toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch new file mode 100644 index 000000000..66cb1f609 --- /dev/null +++ b/toolchain/uClibc/uClibc-0.9.30-xtensa-012-fnmatch_old.c.patch @@ -0,0 +1,11 @@ +--- a/libc/misc/fnmatch/fnmatch_old.c 2008-09-23 21:23:13.000000000 -0700 ++++ b/libc/misc/fnmatch/fnmatch_old.c 2008-09-23 21:23:33.000000000 -0700 +@@ -15,7 +15,7 @@ + not, write to the Free Software Foundation, Inc., 675 Mass Ave, + Cambridge, MA 02139, USA. */ + +-#if HAVE_CONFIG_H ++#ifdef HAVE_CONFIG_H + # include <config.h> + #endif + |