binutils: update

git-svn-id: svn://kolibrios.org@5812 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2015-09-06 15:15:06 +00:00
parent 4315ff6520
commit b1cce13d90
2 changed files with 2 additions and 3 deletions

View File

@ -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 <stdlib.h>
#endif

View File

@ -40,8 +40,6 @@
# include <io.h> /* declares setmode() */
# else
# define setmode _setmode
# undef fileno
# define fileno _fileno
# endif
# ifdef __DJGPP__
# include <unistd.h> /* declares isatty() */