summaryrefslogtreecommitdiff
path: root/scripts/check-c++-types.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-06 22:58:39 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-06 22:58:39 +0000
commitced368f7dc4df79822d88988365a82b5dd3bec16 (patch)
treeefdb37880d81b19b140091b960df9a534ec0b13c /scripts/check-c++-types.sh
parentcbbbb1887f2c4a4a620627d5d1b0619368d2d511 (diff)
* scripts/check-c++-types.sh: Add more pthread types.
* scripts/data//c++-types-i386-linux-gnu.data: Adjust. * scripts/data//c++-types-ia64-linux-gnu.data: Likewise. * scripts/data//c++-types-powerpc-linux-gnu.data: Likewise. * scripts/data//c++-types-powerpc64-linux-gnu.data: Likewise. * scripts/data//c++-types-s390-linux-gnu.data: Likewise. * scripts/data//c++-types-s390x-linux-gnu.data: Likewise. * scripts/data//c++-types-x86_64-linux-gnu.data: Likewise.
Diffstat (limited to 'scripts/check-c++-types.sh')
-rwxr-xr-xscripts/check-c++-types.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh
index f0ea0b5a84..b207f12ba4 100755
--- a/scripts/check-c++-types.sh
+++ b/scripts/check-c++-types.sh
@@ -1,5 +1,5 @@
#! /bin/bash
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -75,8 +75,17 @@ nlink_t
off64_t
off_t
pid_t
+pthread_attr_t
+pthread_barrier_t
+pthread_barrierattr_t
+pthread_cond_t
+pthread_condattr_t
pthread_key_t
+pthread_mutex_t
+pthread_mutexattr_t
pthread_once_t
+pthread_rwlock_t
+pthread_rwlockattr_t
pthread_spinlock_t
pthread_t
quad_t