]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't look for pthread_mutexattr_setrobust_np
authorKen Raeburn <raeburn@mit.edu>
Tue, 16 May 2006 02:56:59 +0000 (02:56 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 16 May 2006 02:56:59 +0000 (02:56 +0000)
commitb45d9518aebfcd64e8359b9dce99067b00a33841
tree2f304e42012070b654e88cc308566ef6c283a926
parent2358c33abaafda878270c34fab6d457328b8d369
Don't look for pthread_mutexattr_setrobust_np

Apparently Red Hat's Fedora Core 5 defines it but doesn't declare it,
so we'd have to declare it before testing the address.  While it was
once useful for checking whether the pthread code had been loaded, I
think the other tests done now are more effective and this isn't
needed any more.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18012 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4
src/include/k5-thread.h
src/util/support/threads.c