diff options
Diffstat (limited to 'bfd/hosts/amix.h')
-rw-r--r-- | bfd/hosts/amix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index a2b072e..5cc1767 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.h @@ -48,8 +48,3 @@ extern int fputc(); extern int unlink(); #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 |