X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2Fgmon_io.h;h=6fbae6b548225f7050849b6437ede6e0d14088a8;hb=4a422785822ec9302f681c8fbc6ba2cc35231b09;hp=20e59b56120009262c739bae15f4c60483ff294a;hpb=651dbc76f217e10b4b03933f86fe9e5b39d382be;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h index 20e59b5612..6fbae6b548 100644 --- a/gprof/gmon_io.h +++ b/gprof/gmon_io.h @@ -1,6 +1,6 @@ /* gmon_io.h - Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -22,24 +22,6 @@ #ifndef gmon_io_h #define gmon_io_h -/* Some platforms need to put stdin into binary mode, to read - binary files. */ -#include "sysdep.h" -#ifdef HAVE_SETMODE -#ifndef O_BINARY -#ifdef _O_BINARY -#define O_BINARY _O_BINARY -#define setmode _setmode -#else -#define O_BINARY 0 -#endif -#endif -#if O_BINARY -#include -#define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0) -#endif -#endif - #define INPUT_HISTOGRAM (1 << 0) #define INPUT_CALL_GRAPH (1 << 1) #define INPUT_BB_COUNTS (1 << 2)