summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-26 21:48:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-26 21:48:43 (GMT)
commit78dccd425965e35ead292a02578f71d1ffda4f24 (patch)
tree7c140f0d92d34ac185a9085b861df986eee545e9 /bin
parent814c2225da42a7fa3b071fbec74536c1b5ea2db4 (diff)
downloadhdf5-78dccd425965e35ead292a02578f71d1ffda4f24.zip
hdf5-78dccd425965e35ead292a02578f71d1ffda4f24.tar.gz
hdf5-78dccd425965e35ead292a02578f71d1ffda4f24.tar.bz2
[svn-r20653] Description:
Bring r20651 & r20652 from trunk to 1.8 branch: Switch from using 'pthread_create' to 'pthread_self' when trying to detect the pthread library, so that the Intel C compiler is happier with the prototype. Teach the tracing script & routines about the 'unsigned long' and 'unsigned long long' types, so that the H5Pset_fapl_log() API routine gets tracing information correct. Tested on: FreeBSD/32 6.3 (duty) (h5committested on trunk)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 951d349..4ccf74c 100755
--- a/bin/trace
+++ b/bin/trace
@@ -84,6 +84,8 @@ $Source = "";
"H5T_sign_t" => "Ts",
"H5T_class_t" => "Tt",
"H5T_str_t" => "Tz",
+ "unsigned long" => "Ul",
+ "unsigned long long" => "UL",
"void" => "x",
"FILE" => "x",
"H5A_operator_t" => "x",