Files
nuttx/include
Xiang Xiao 0f2f48f8ba sys/type.h: Change pid_t from int16_t to int
to fix the following warning:
include/unistd.h:302:9: error: incompatible redeclaration of library function 'vfork' [-Werror,-Wincompatible-library-redeclaration]
pid_t   vfork(void);
        ^
include/unistd.h:302:9: note: 'vfork' is a builtin with type 'int (void)'

and change 32768 to INT_MAX to match the type change

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 15:48:33 +02:00
..
2022-01-29 01:04:23 +08:00
2022-02-20 21:58:10 +08:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-12-07 04:01:27 -08:00
2021-09-25 07:54:39 -03:00
2021-08-03 12:14:07 -03:00
2021-11-24 22:49:09 -06:00
2022-02-26 14:32:42 +08:00
2022-03-17 09:37:15 +02:00
2021-11-29 11:18:36 -06:00
2022-02-03 11:02:31 -03:00