mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* psxmsgq01/init.c, psxtimer/psxtimer.c: Eliminate warning from previous patch.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-03-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* psxmsgq01/init.c, psxtimer/psxtimer.c: Eliminate warning from
|
||||||
|
previous patch.
|
||||||
|
|
||||||
2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
|
2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
|
||||||
|
|
||||||
PR 582/core
|
PR 582/core
|
||||||
|
|||||||
@@ -1004,8 +1004,10 @@ void verify_with_threads()
|
|||||||
int status;
|
int status;
|
||||||
pthread_t id;
|
pthread_t id;
|
||||||
Test_Message_t *ptr;
|
Test_Message_t *ptr;
|
||||||
|
#if 0
|
||||||
unsigned int priority;
|
unsigned int priority;
|
||||||
char message[100];
|
char message[100];
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ void *POSIX_Init (
|
|||||||
params_c.period.tv_nsec = 000000000; /* nanoseconds */
|
params_c.period.tv_nsec = 000000000; /* nanoseconds */
|
||||||
params_c.signo = SIGALRM;
|
params_c.signo = SIGALRM;
|
||||||
if (pthread_create (&tc, &attr, task_c, ¶ms_c) != 0) {
|
if (pthread_create (&tc, &attr, task_c, ¶ms_c) != 0) {
|
||||||
perror ("Error in trhead create for task c\n");
|
perror ("Error in thread create for task c\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user