diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:01 +0000 |
commit | 518b6666a022023916d55c98fc602481e5290781 (patch) | |
tree | 47c95c841a8a65b8528d1b4f36e4693f0e8659a6 /libthreads/cancel-cond.c | |
parent | 50d29b8c6df6ab62be6a029175b6fa0f251ed305 (diff) |
2001-03-31 Roland McGrath <roland@frob.com>
* cthreads.h: Fix obsolescent #endif syntax.
* cthread_internals.h: Likewise.
* cancel-cond.c: Likewise.
* stack.c: Likewise.
* cthreads.c: Likewise.
* cprocs.c: Likewise.
* call.c: Likewise.
Diffstat (limited to 'libthreads/cancel-cond.c')
-rw-r--r-- | libthreads/cancel-cond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libthreads/cancel-cond.c b/libthreads/cancel-cond.c index b7780d03..b7793f85 100644 --- a/libthreads/cancel-cond.c +++ b/libthreads/cancel-cond.c @@ -77,7 +77,7 @@ hurd_condition_wait (condition_t c, mutex_t m) #ifdef WAIT_DEBUG p->waiting_for = (char *)c; -#endif WAIT_DEBUG +#endif /* WAIT_DEBUG */ mutex_unlock (m); @@ -94,7 +94,7 @@ hurd_condition_wait (condition_t c, mutex_t m) #ifdef WAIT_DEBUG p->waiting_for = (char *)0; -#endif WAIT_DEBUG +#endif /* WAIT_DEBUG */ } spin_lock (&ss->lock); |