mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 19:15:44 +08:00
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
|
||||
|
||||
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1985/cpukit
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <rtems/posix/time.h>
|
||||
#include <rtems/score/isr.h>
|
||||
|
||||
int _POSIX_signals_Get_lowest(
|
||||
static int _POSIX_signals_Get_lowest(
|
||||
sigset_t set
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user