From 22ad815c903185d35a8a8b14355479d36c70239a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 18 Jan 2009 00:53:02 +0100 Subject: Fix warning about ''s in #warnings. 2009-01-18 Neal H. Walfield * sysdeps/viengoos/pt-spin.c (_pthread_spin_lock): Don't use a ' in the #warning. --- libpthread/ChangeLog | 5 +++++ libpthread/sysdeps/viengoos/pt-spin.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog index 6ccc65c..b44985b 100644 --- a/libpthread/ChangeLog +++ b/libpthread/ChangeLog @@ -1,3 +1,8 @@ +2009-01-18 Neal H. Walfield + + * sysdeps/viengoos/pt-spin.c (_pthread_spin_lock): Don't use a ' + in the #warning. + 2009-01-17 Neal H. Walfield * sysdeps/viengoos/pt-docancel.c (__pthread_do_cancel): Use diff --git a/libpthread/sysdeps/viengoos/pt-spin.c b/libpthread/sysdeps/viengoos/pt-spin.c index 6d6df7e..bc8622b 100644 --- a/libpthread/sysdeps/viengoos/pt-spin.c +++ b/libpthread/sysdeps/viengoos/pt-spin.c @@ -48,7 +48,7 @@ _pthread_spin_lock (__pthread_spinlock_t *lock) l4_time_t timeout; timeout = l4_time_period (2); #else -# warning Don't know how to sleep on this platform. +# warning Do not know how to sleep on this platform. #endif while (1) -- cgit v1.2.3