aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-25 06:26:43 +0000
committermarha <marha@users.sourceforge.net>2009-09-25 06:26:43 +0000
commit55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5 (patch)
treee08fbf9a10c9bb53ad8a2c89fbc1c985dcf51792 /include
parent82967ab5e087a2fdfcb984f990ba117da68a5b60 (diff)
downloadvcxsrv-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.
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h6
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