mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:59:50 +08:00
When compiled in debug mode, the POSIX threads inline file was not
included and we ended up with undefined references.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
int pthread_equal(
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
int pthread_equal(
|
||||
|
||||
Reference in New Issue
Block a user