diff options
Diffstat (limited to 'bfd/hosts/apollov68.h')
-rw-r--r-- | bfd/hosts/apollov68.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h index 27580ea..bf82c18 100644 --- a/bfd/hosts/apollov68.h +++ b/bfd/hosts/apollov68.h @@ -36,8 +36,3 @@ extern void free PARAMS ((PTR)); #endif #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 |