summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-31 01:42:21 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-31 01:49:24 +0400
commit3b6d75e1e5696bb9647a7b4f53d2f6f5e2713edf (patch)
tree510cec017750b326cb8013c91a50178090d71dfb /nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu
parent49e036767038c6e596757c028fef3fff6ebebfb1 (diff)
downloadglibc-3b6d75e1e5696bb9647a7b4f53d2f6f5e2713edf.tar.gz
Fixed headers circular dependency
pthread-functions.h is included before struct pthread is defined: In file included from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/libc-lock.h:50:0, from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h:16, from ../nptl/descr.h:30, from ../nptl/sysdeps/x86_64/tls.h:100, from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tls.h:31, from ../include/errno.h:22, from ../sysdeps/unix/sysv/solaris2/kopensolaris-gnu/check_fds.c:20: ../nptl/sysdeps/pthread/pthread-functions.h:99:34: warning: ‘struct pthread’ declared inside parameter list void (*ptr_set_robust) (struct pthread *); ^
Diffstat (limited to 'nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu')
-rw-r--r--nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h
index aad334c15a..6ac2eb62bf 100644
--- a/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h
+++ b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h
@@ -13,7 +13,6 @@
#include <stddef.h>
#include <sys/syscall.h>
-#include <bits/libc-lock.h>
#define lll_init(futex) \
__libc_lock_init (futex)