diff options
author | Richard Henderson <rth@redhat.com> | 2002-05-22 13:02:16 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-22 13:02:16 -0700 |
commit | d5bcfcce1de864ef89864826caee97412f1aa482 (patch) | |
tree | 70ed95549890212e62867c6ab70492460d78336a /gcc/fixinc/tests | |
parent | ac30211cb91b317dcf1971bbe45fa249afa433b1 (diff) | |
download | gcc-d5bcfcce1de864ef89864826caee97412f1aa482.zip gcc-d5bcfcce1de864ef89864826caee97412f1aa482.tar.gz gcc-d5bcfcce1de864ef89864826caee97412f1aa482.tar.bz2 |
inclhack.def (thread_keyword): Allow as any prototype arg.
* fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
* fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
From-SVN: r53745
Diffstat (limited to 'gcc/fixinc/tests')
-rw-r--r-- | gcc/fixinc/tests/base/pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/pthread.h b/gcc/fixinc/tests/base/pthread.h index e24fcf9..65d2402 100644 --- a/gcc/fixinc/tests/base/pthread.h +++ b/gcc/fixinc/tests/base/pthread.h @@ -37,5 +37,6 @@ extern int __page_size; #if defined( THREAD_KEYWORD_CHECK ) +extern int pthread_create (pthread_t *__restrict __thr, extern int pthread_kill (pthread_t __thr, int __signo); #endif /* THREAD_KEYWORD_CHECK */ |