OSDN Git Service

libc/inet/netlinkaccess.h: Use the types from kernel
authorKhem Raj <raj.khem@gmail.com>
Sun, 2 Jan 2011 06:59:00 +0000 (22:59 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 2 Jan 2011 07:00:47 +0000 (23:00 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/inet/netlinkaccess.h

index 5111d38..96ece39 100644 (file)
 #include <features.h>
 #include <stdint.h>
 #include <unistd.h>
-#include <sys/types.h>
-
 #if defined __ASSUME_NETLINK_SUPPORT || defined __UCLIBC_USE_NETLINK__
-#define _LINUX_TYPES_H
-typedef uint8_t __u8;
-typedef uint16_t __u16;
-typedef uint32_t __u32;
-typedef uint64_t __u64;
-typedef int32_t __s32;
+#include <asm/types.h>
 #include <linux/rtnetlink.h>
 #include <linux/netlink.h>