m4: fix errors in shipped stdio.in.h
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:28:44 +0000 (15:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:28:44 +0000 (15:28 +0000)
commite63a58ebfb2ead25cbc4eff065f0036de8718439
treef2f0faa51594b219997b58495eaf0ddafd964860
parentbe8a73be3dfc664eaf0135fec43fae27b8e3176d
m4: fix errors in shipped stdio.in.h

M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32648
tools/m4/patches/100-fix-gets-removal.patch [new file with mode: 0644]