Make the LibBSD PID match getpid().

This commit is contained in:
Chris Johns 2016-06-30 09:19:06 +10:00
parent c980a04df5
commit 912b685792

View File

@ -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