From b1cce13d9040982f00281d21a13a9aaaeba63ce2 Mon Sep 17 00:00:00 2001 From: "Sergey Semyonov (Serge)" Date: Sun, 6 Sep 2015 15:15:06 +0000 Subject: [PATCH] binutils: update git-svn-id: svn://kolibrios.org@5812 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/toolchain/binutils/binutils/sysdep.h | 3 ++- contrib/toolchain/binutils/include/binary-io.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/toolchain/binutils/binutils/sysdep.h b/contrib/toolchain/binutils/binutils/sysdep.h index 5164e791c5..0c87338d33 100644 --- a/contrib/toolchain/binutils/binutils/sysdep.h +++ b/contrib/toolchain/binutils/binutils/sysdep.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - + #ifndef _BIN_SYSDEP_H #define _BIN_SYSDEP_H @@ -62,6 +62,7 @@ extern char *strrchr (); #endif #endif + #ifdef HAVE_STDLIB_H #include #endif diff --git a/contrib/toolchain/binutils/include/binary-io.h b/contrib/toolchain/binutils/include/binary-io.h index 2984271f7e..22b4763788 100644 --- a/contrib/toolchain/binutils/include/binary-io.h +++ b/contrib/toolchain/binutils/include/binary-io.h @@ -40,8 +40,6 @@ # include /* declares setmode() */ # else # define setmode _setmode -# undef fileno -# define fileno _fileno # endif # ifdef __DJGPP__ # include /* declares isatty() */