* archive.c: Define offsetof here.
[deliverable/binutils-gdb.git] / bfd / hosts / rtbsd.h
index 42f89def2d2dc545ac07964062ef77a72c9d3101..957065f6309d13e12f5132a1be2756c744fdfa19 100644 (file)
@@ -18,8 +18,3 @@ extern char     *malloc();
 extern void     free();
 
 #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.022443 seconds and 4 git commands to generate.