From 47ad95ab96a69424d2291714ebe99f1eb87057da Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 May 2007 14:41:55 +0000 Subject: * io/bits/fcntl2.h (__open_2): Add nonnull attribute. (open): Fix comment typos. Don't call __open_2 if flags is a compile time constant without O_CREAT. (__open64_2): Add nonnull attribute. (open64): Fix comment typos. Don't call __open64_2 if flags is a compile time constant without O_CREAT. (__openat_2): Add nonnull attribute, fix nonnull attribute on redirect. (openat): Fix comment typos. Don't call __openat_2 if flags is a compile time constant without O_CREAT. (__openat64_2): Add nonnull attribute, fix nonnull attribute on redirect. (openat64): Fix comment typos. Don't call __openat64_2 if flags is a compile time constant without O_CREAT. --- nptl/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/init.c') diff --git a/nptl/init.c b/nptl/init.c index 03862a1..d7c74d4 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -284,7 +284,7 @@ __pthread_initialize_minimal_internal (void) res = INTERNAL_SYSCALL (futex, err, 3, &word, FUTEX_WAKE | FUTEX_PRIVATE_FLAG, 1); if (!INTERNAL_SYSCALL_ERROR_P (res, err)) - THREAD_SET_PRIVATE_FUTEX (pd, FUTEX_PRIVATE_FLAG); + THREAD_SET_PRIVATE_FUTEX (FUTEX_PRIVATE_FLAG); } #endif -- cgit v1.1