aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sys/types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sys/types.h b/include/sys/types.h
index 3904bcb..79b93e0 100644
--- a/include/sys/types.h
+++ b/include/sys/types.h
@@ -5,11 +5,6 @@
5 5
6#include <stdint.h> 6#include <stdint.h>
7 7
8#ifdef __sun
9typedef uint8_t u_int8_t;
10typedef uint32_t u_int32_t;
11#endif
12
13#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) 8#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
14# define __bounded__(x, y, z) 9# define __bounded__(x, y, z)
15#endif 10#endif