diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-10-02 10:53:44 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-10-02 10:53:44 +0000 |
| commit | e31d11c36aec6b6f0280769d724c6680235e4367 (patch) | |
| tree | e46b96148e29adb4f50d75525588c214bf815190 /lib/libpthread/thread/thr_sigwait.c | |
| parent | 54beeb39c221913fd041f1916a08556782378ed1 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sigwait.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sigwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigwait.c b/lib/libpthread/thread/thr_sigwait.c index 3cc9ff0385a5..5364d665ba85 100644 --- a/lib/libpthread/thread/thr_sigwait.c +++ b/lib/libpthread/thread/thr_sigwait.c @@ -42,7 +42,7 @@ __weak_reference(_sigwait, sigwait); int -_sigwait(const sigset_t *set, int *sig) +_sigwait(const sigset_t * __restrict set, int * __restrict sig) { /* |
