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
..
2021-11-24 22:49:09 -06:00
2021-07-12 16:13:40 -03:00
2021-07-03 13:09:52 -05:00
2021-11-28 23:31:16 +01:00
2022-02-08 10:27:38 +08:00
2021-07-21 13:11:54 -03:00