Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 5811 → Rev 5812

/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
#endif
#endif
 
 
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
/contrib/toolchain/binutils/include/binary-io.h
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() */