summaryrefslogtreecommitdiff
path: root/gcc/gthr-gnat.h
Commit message (Collapse)AuthorAgeFilesLines
* gthr-gnat.c: Remove #undef UNUSED.Matt Kraai2003-05-301-1/+1
| | | | | | | | | | | | | * gthr-gnat.c: Remove #undef UNUSED. (__gnat_default_lock, __gnat_default_unlock): Prototype. (__gnat_task_lock, __gnat_task_unlock): Make declarations prototypes. (__gnat_install_locks): Convert declaration to ISO C90, make parameter declarations prototypes, and remove blank line. * gthr-gnat.h (__gnat_install_locks): Make parameter declarations prototypes. From-SVN: r67238
* gthr-gnat.h, [...]: new sources for implementation of --enable-threads=gnat.Vincent Celier2003-04-221-0/+43
* gthr-gnat.h, gthr-gnat.c: new sources for implementation of --enable-threads=gnat. * Makefile.in: Add gthr-gnat.c to LIB2ADDEH. * configure.in: Add gnat to the list of thread packages * configure: Rebuild. * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP From-SVN: r65961