From 3335502bec2220c7d1e89929d489c1a91a1d862b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Dec 2002 08:05:25 +0000 Subject: Update. 2002-12-08 Ulrich Drepper * include/unistd.h: Declare __libc_close. --- nptl/pthread_setcancelstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_setcancelstate.c') diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index 3f36df8..ad50d1c 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -47,7 +47,7 @@ pthread_setcancelstate (state, oldstate) ? PTHREAD_CANCEL_DISABLE : PTHREAD_CANCEL_ENABLE); /* Avoid doing unnecessary work. The atomic operation can - potentially be expensive if the bug has to be locked and + potentially be expensive if the memory has to be locked and remote cache lines have to be invalidated. */ if (oldval == newval) break; -- cgit v1.1