summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpthread/ChangeLog5
-rw-r--r--libpthread/sysdeps/viengoos/pt-spin.c2
2 files changed, 6 insertions, 1 deletions
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 <neal@gnu.org>
+
+ * sysdeps/viengoos/pt-spin.c (_pthread_spin_lock): Don't use a '
+ in the #warning.
+
2009-01-17 Neal H. Walfield <neal@gnu.org>
* 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)