aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-12-03 23:45:34 +0000
committerKen Raeburn <raeburn@cygnus>1992-12-03 23:45:34 +0000
commit2ccf24f4c7fc3c71460f0ab31fe65c16159ad451 (patch)
treef268c52ef2d40363acd2fd14626c5559b0db56fe /gas
parentdcc54cad9612ffb15206e53377406b6ddda183fc (diff)
downloadfsf-binutils-gdb-2ccf24f4c7fc3c71460f0ab31fe65c16159ad451.zip
fsf-binutils-gdb-2ccf24f4c7fc3c71460f0ab31fe65c16159ad451.tar.gz
fsf-binutils-gdb-2ccf24f4c7fc3c71460f0ab31fe65c16159ad451.tar.bz2
delete HO_USG and setbuffer macros
Diffstat (limited to 'gas')
-rw-r--r--gas/config/ho-sysv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h
index d74c0d7..9ec2f2b 100644
--- a/gas/config/ho-sysv.h
+++ b/gas/config/ho-sysv.h
@@ -17,10 +17,6 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#define HO_USG
-
-#define setbuffer(stream, buf, size) setvbuf((stream), (buf), _IOLBF, (size))
-
extern int free ();
extern char *malloc ();