summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sigtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/sigtimedwait.c')
-rw-r--r--c/src/exec/posix/src/sigtimedwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/sigtimedwait.c b/c/src/exec/posix/src/sigtimedwait.c
index 3300b7383d..b87d9cbd3d 100644
--- a/c/src/exec/posix/src/sigtimedwait.c
+++ b/c/src/exec/posix/src/sigtimedwait.c
@@ -34,7 +34,7 @@ int _POSIX_signals_Get_highest(
return signo;
}
-/* XXX - add __SIGFIRSTNOTRT or something like that to newlib siginfo.h */
+/* XXX - add __SIGFIRSTNOTRT or something like that to newlib signal .h */
for ( signo = SIGHUP ; signo <= __SIGLASTNOTRT ; signo++ ) {
if ( set & signo_to_mask( signo ) )