* archive.c: Define offsetof here.
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
index 82750d48300ffc2c1be9133aae1b69f1f8938a44..08f2c898d1d6381a574cbd78f83acd7ecb1b57e1 100644 (file)
@@ -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
This page took 0.022663 seconds and 4 git commands to generate.