forked from KolibriOS/kolibrios
binutils: update
git-svn-id: svn://kolibrios.org@5812 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4315ff6520
commit
b1cce13d90
@ -18,7 +18,7 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
#ifndef _BIN_SYSDEP_H
|
#ifndef _BIN_SYSDEP_H
|
||||||
#define _BIN_SYSDEP_H
|
#define _BIN_SYSDEP_H
|
||||||
|
|
||||||
@ -62,6 +62,7 @@ extern char *strrchr ();
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_STDLIB_H
|
#ifdef HAVE_STDLIB_H
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -40,8 +40,6 @@
|
|||||||
# include <io.h> /* declares setmode() */
|
# include <io.h> /* declares setmode() */
|
||||||
# else
|
# else
|
||||||
# define setmode _setmode
|
# define setmode _setmode
|
||||||
# undef fileno
|
|
||||||
# define fileno _fileno
|
|
||||||
# endif
|
# endif
|
||||||
# ifdef __DJGPP__
|
# ifdef __DJGPP__
|
||||||
# include <unistd.h> /* declares isatty() */
|
# include <unistd.h> /* declares isatty() */
|
||||||
|
Loading…
Reference in New Issue
Block a user