diff options
Diffstat (limited to 'gcc/ada/s-taspri-vms.ads')
-rw-r--r-- | gcc/ada/s-taspri-vms.ads | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/ada/s-taspri-vms.ads b/gcc/ada/s-taspri-vms.ads index 7f3d8eae3e8..d2e78cb6cb6 100644 --- a/gcc/ada/s-taspri-vms.ads +++ b/gcc/ada/s-taspri-vms.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1991-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1991-2008, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -36,17 +36,12 @@ -- This package provides low-level support for most tasking features pragma Polling (Off); --- Turn off polling, we do not want ATC polling to take place during --- tasking operations. It causes infinite loops and other problems. +-- Turn off polling, we do not want ATC polling to take place during tasking +-- operations. It causes infinite loops and other problems. with Interfaces.C; --- used for int --- size_t with System.OS_Interface; --- used for pthread_mutex_t --- pthread_cond_t --- pthread_t package System.Task_Primitives is pragma Preelaborate; |