summaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-25 15:44:20 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-25 15:44:20 +0000
commit5ed9cc7c21189bab600d08763133a2b8fe90896d (patch)
treef8965f20db2401865e69451279de722a186e01ee /nptl/descr.h
parent0e4d91bd31869b6f67e9284e1de3d470e10a3156 (diff)
Updated to fedora-glibc-20060925T1535cvs/fedora-glibc-2_4_90-35
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index b9b9ed7b98..321ce85085 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -201,7 +201,7 @@ struct pthread
mutex->__data.__list.__next \
= THREAD_GETMEM (THREAD_SELF, robust_list.__next); \
THREAD_SETMEM (THREAD_SELF, robust_list.__next, \
- ((uintptr_t) &mutex->__data.__list) | val); \
+ (void *) (((uintptr_t) &mutex->__data.__list) | val)); \
} while (0)
# define DEQUEUE_MUTEX(mutex) \
do { \