aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/harris.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-27 23:27:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-27 23:27:46 +0000
commit69bdf1a5dabad362020844b56c2985875736295d (patch)
tree1fb3fe9cbe8b9194e8fab587f1e10fe4076957e9 /bfd/hosts/harris.h
parent8737c2f4e51bab64cecd0b5de47cb7b39bc209ea (diff)
downloadgdb-69bdf1a5dabad362020844b56c2985875736295d.zip
gdb-69bdf1a5dabad362020844b56c2985875736295d.tar.gz
gdb-69bdf1a5dabad362020844b56c2985875736295d.tar.bz2
* archive.c: Define offsetof here.
* hosts/*.h: Don't define it here.
Diffstat (limited to 'bfd/hosts/harris.h')
-rw-r--r--bfd/hosts/harris.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h
index 82750d4..08f2c89 100644
--- a/bfd/hosts/harris.h
+++ b/bfd/hosts/harris.h
@@ -24,8 +24,3 @@ extern void bzero PARAMS ((char *, int));
extern int strtol();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif