Move typedef unsigned long __kernel_size_t out of ifdef condition
authorjc_.kim <jc_.kim@samsung.com>
Fri, 29 Sep 2017 02:21:35 +0000 (11:21 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Fri, 29 Sep 2017 02:21:35 +0000 (11:21 +0900)
IoT.js uses this type, so remove iotivity ifdef condition

os/include/sys/types.h

index 9ce3b41..91bda53 100644 (file)
 
 #ifndef __ASSEMBLY__
 
+typedef unsigned long __kernel_size_t;
+
 #ifdef CONFIG_ENABLE_IOTIVITY
 
 typedef int wint_t;
-typedef unsigned long __kernel_size_t;
 typedef unsigned short __kernel_sa_family_t;
 typedef unsigned short __u16;