diff options
author | marha <marha@users.sourceforge.net> | 2009-09-25 06:26:43 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-25 06:26:43 +0000 |
commit | 55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5 (patch) | |
tree | e08fbf9a10c9bb53ad8a2c89fbc1c985dcf51792 | |
parent | 82967ab5e087a2fdfcb984f990ba117da68a5b60 (diff) | |
download | vcxsrv-55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5.tar.gz vcxsrv-55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5.tar.bz2 vcxsrv-55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5.zip |
stddef.h is part of the standard includes files, so we should not have one here.
-rw-r--r-- | include/stddef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stddef.h b/include/stddef.h deleted file mode 100644 index 570512ba7..000000000 --- a/include/stddef.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __STDDEF_H__ -#define __STDDEF_H__ - -#define offsetof(st, m) ((size_t) ( (char *)&((st *)(0))->m - (char *)0 )) - -#endif |