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:
Joel Sherrill
1999-03-31 22:09:11 +00:00
parent cb0f1fc5ac
commit 5c959963df
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
#include <rtems/score/thread.h>
int pthread_equal(

View File

@@ -18,6 +18,7 @@
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
#include <rtems/score/thread.h>
int pthread_equal(