|
@@ -62,10 +62,13 @@ typedef int bool_t;
|
|
typedef int enum_t;
|
|
typedef int enum_t;
|
|
|
|
|
|
#ifndef RT_USING_NEWLIB
|
|
#ifndef RT_USING_NEWLIB
|
|
-typedef rt_int32_t ssize_t;
|
|
|
|
typedef unsigned long dev_t;
|
|
typedef unsigned long dev_t;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#if !defined(RT_USING_NEWLIB) && !defined(RT_USING_MINILIBC)
|
|
|
|
+typedef rt_int32_t ssize_t;
|
|
|
|
+#endif
|
|
|
|
+
|
|
/* This needs to be changed to uint32_t in the future */
|
|
/* This needs to be changed to uint32_t in the future */
|
|
typedef unsigned long rpcprog_t;
|
|
typedef unsigned long rpcprog_t;
|
|
typedef unsigned long rpcvers_t;
|
|
typedef unsigned long rpcvers_t;
|