From 123e2fab97632347f07c361589e6c586d38df2ee Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 20 Jun 2011 21:30:39 -0700 Subject: lib: sync and 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 --- com32/include/bitsize/stdintconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/include/bitsize/stdintconst.h') 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 */ -- cgit v1.2.1