summaryrefslogtreecommitdiff
path: root/gcc/ada/5qtaspri.ads
diff options
context:
space:
mode:
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-04 17:50:42 +0000
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-04 17:50:42 +0000
commitf9c9d5d34a6ed36a1b7dfd67e2e1ce503feb38b5 (patch)
tree69861f374b6070650fbda79f1fc0e6fbc6313e69 /gcc/ada/5qtaspri.ads
parenta92374d03c561d25cdf8aa45b4c4863688306236 (diff)
downloadgcc-f9c9d5d34a6ed36a1b7dfd67e2e1ce503feb38b5.tar.gz
* 3lsoccon.ads: Added file, missed with initial check ins.
* 4lintnam.ads: Fix header format. Change Linux to GNU/Linux. * 5iosinte.adb: Change Linux to GNU/Linux. * 5iosinte.ads: Change Linux to GNU/Linux. * 5itaprop.adb: Change Linux to GNU/Linux. * 5itaspri.ads: Change Linux to GNU/Linux. Update copyright notice. * 5lintman.adb: Change Linux to GNU/Linux. * 5lml-tgt.adb: Change Linux to GNU/Linux. * 5losinte.ads: Change Linux to GNU/Linux. * 5lsystem.ads: Change Linux to GNU/Linux. * 5qosinte.adb: Change Linux to GNU/Linux. * 5qosinte.ads: Change Linux to GNU/Linux. * 5qparame.ads: Change Linux to GNU/Linux. * 5qtaprop.adb: Change Linux to GNU/Linux. * 5qtaspri.ads: Change Linux to GNU/Linux. Add 2001 to copyright notice. * 5vintman.ads: Change Linux to GNU/Linux. Fix header format. Add 2001 to copyright notice. * g-soccon.ads: Change Linux to GNU/Linux. * g-trasym.ads: Change Linux to GNU/Linux. Add 2001 to copyright notice. * memtrack.adb: Change Linux to GNU/Linux. * s-intman.ads: Change Linux to GNU/Linux. Add 2001 to copyright notice. Fix header format. * s-stache.adb: Change Linux to GNU/Linux. * adaint.c: Change Linux to GNU/Linux. * cio.c: Change Linux to GNU/Linux. * cstreams.c: Change Linux to GNU/Linux. * init.c: Change Linux to GNU/Linux. * gmem.c: Change Linux to GNU/Linux. * tracebak.c: Change Linux to GNU/Linux. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/5qtaspri.ads')
-rw-r--r--gcc/ada/5qtaspri.ads13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ada/5qtaspri.ads b/gcc/ada/5qtaspri.ads
index 6c1866d1976..87018a7b916 100644
--- a/gcc/ada/5qtaspri.ads
+++ b/gcc/ada/5qtaspri.ads
@@ -6,9 +6,9 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.3 $
+-- $Revision$
-- --
--- Copyright (C) 1991-2000, Florida State University --
+-- Copyright (C) 1991-2001, Florida State University --
-- --
-- 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- --
@@ -33,7 +33,8 @@
-- State University (http://www.gnat.com). --
-- --
------------------------------------------------------------------------------
--- RT_Linux version.
+
+-- RT_GNU/Linux version
pragma Polling (Off);
-- Turn off polling, we do not want ATC polling to take place during
@@ -65,7 +66,7 @@ package System.Task_Primitives is
private
- type RT_Linux_Lock is record
+ type RT_GNU_Linux_Lock is record
Ceiling_Priority : System.Any_Priority;
Pre_Locking_Priority : System.Any_Priority;
-- Used to store the task's active priority before it
@@ -77,8 +78,8 @@ private
-- the current package -- a circularity.
end record;
- type Lock is new RT_Linux_Lock;
- type RTS_Lock is new RT_Linux_Lock;
+ type Lock is new RT_GNU_Linux_Lock;
+ type RTS_Lock is new RT_GNU_Linux_Lock;
type RTS_Lock_Ptr is access all RTS_Lock;
type Lock_Ptr is access all Lock;