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:
Ralf Corsepius
2011-12-10 03:56:16 +00:00
parent a40eec45a1
commit 0a752f4e93
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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
)
{