aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/hp9000.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-21 22:28:42 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-21 22:28:42 +0000
commiteee9516d0252e5e8a2090985b02cba858f30b2f7 (patch)
treece170db5ab3374a9c67c170cf3c3b6af538007b2 /bfd/hosts/hp9000.h
parentc1ab5dbac9074fa8dfcf88400a1db524da23de2b (diff)
downloadgdb-eee9516d0252e5e8a2090985b02cba858f30b2f7.zip
gdb-eee9516d0252e5e8a2090985b02cba858f30b2f7.tar.gz
gdb-eee9516d0252e5e8a2090985b02cba858f30b2f7.tar.bz2
Patches from WRS:
Mon Sep 21 14:33:58 1992 Ian Lance Taylor (ian@cygnus.com) * hosts/hp9000.h, hosts/irix3.h: changes from WRS.
Diffstat (limited to 'bfd/hosts/hp9000.h')
-rw-r--r--bfd/hosts/hp9000.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/hosts/hp9000.h b/bfd/hosts/hp9000.h
index e1c8bb7..9e5c4a3 100644
--- a/bfd/hosts/hp9000.h
+++ b/bfd/hosts/hp9000.h
@@ -12,6 +12,8 @@
#define SEEK_SET 0
#define SEEK_CUR 1
+void free();
+
/* Some things that need to be defined in order to make code written for
BSD Unix compile under System V Unix. */
@@ -20,12 +22,14 @@
#define bcopy(src,dst,len) memcpy(dst,src,len)
#define bzero(s,n) memset(s,0,n)
+#if 0
static int
rename(from, to)
{
unlink(to);
return(link(from, to));
}
+#endif
/*
* Might not need these. Leave them out for now.