mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 02:23:18 +08:00
Make the LibBSD PID match getpid().
This commit is contained in:
parent
c980a04df5
commit
912b685792
@ -70,7 +70,7 @@ void rtems_bsd_assert_func(const char *file, int line, const char *func, const c
|
||||
|
||||
#define BSD_DEFAULT_FIB 0
|
||||
|
||||
#define BSD_DEFAULT_PID 0
|
||||
#define BSD_DEFAULT_PID 1 /* Must match getid() */
|
||||
|
||||
#define BSD_DEFAULT_UID 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user