summaryrefslogtreecommitdiff
path: root/com32/include/bitsize/stdintconst.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-06-20 21:30:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-06-20 21:30:39 -0700
commit123e2fab97632347f07c361589e6c586d38df2ee (patch)
treeb6d99f1ec56277cca1f4e0bab57e4656c46e0f5b /com32/include/bitsize/stdintconst.h
parent32e07d531c691974c6c0517368bde2079d4d3d8f (diff)
downloadsyslinux-123e2fab97632347f07c361589e6c586d38df2ee.tar.gz
lib: sync <stdint.h> and <stddef.h> from klibc
The stdint.h definition appears to be a total mess. Clean it up with the current version from klibc, and revert change of size_t being long rather than int (it is not on i386). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include/bitsize/stdintconst.h')
-rw-r--r--com32/include/bitsize/stdintconst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/bitsize/stdintconst.h b/com32/include/bitsize/stdintconst.h
index 8157dd06..7db63bdf 100644
--- a/com32/include/bitsize/stdintconst.h
+++ b/com32/include/bitsize/stdintconst.h
@@ -15,4 +15,4 @@
#define UINTPTR_C(c) UINT32_C(c)
#define PTRDIFF_C(c) INT32_C(c)
-#endif /* _BITSIZE_STDINTCONST_H */
+#endif /* _BITSIZE_STDINTCONST_H */