mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to eliminate warning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
|
||||||
|
eliminate warning.
|
||||||
|
|
||||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include <rtems/system.h>
|
||||||
|
|
||||||
int pthread_getcpuclockid(
|
int pthread_getcpuclockid(
|
||||||
pthread_t pid,
|
pthread_t pid,
|
||||||
clockid_t *clock_id
|
clockid_t *clock_id
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
|
||||||
|
eliminate warning.
|
||||||
|
|
||||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include <rtems/system.h>
|
||||||
|
|
||||||
int pthread_getcpuclockid(
|
int pthread_getcpuclockid(
|
||||||
pthread_t pid,
|
pthread_t pid,
|
||||||
clockid_t *clock_id
|
clockid_t *clock_id
|
||||||
|
|||||||
Reference in New Issue
Block a user