summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-lynxos-3.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:14:36 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:14:36 +0000
commitd0ffe2aedefd62bf73b61b1e2cfd699434edbe9a (patch)
tree007d653c60f1ed1d5260f42f6032e67acb59daf8 /gcc/ada/s-osinte-lynxos-3.ads
parentc96ab5bbc9d41a00f786fd718444c01fc38be9e4 (diff)
downloadgcc-d0ffe2aedefd62bf73b61b1e2cfd699434edbe9a.tar.gz
2007-04-06 Arnaud Charlet <charlet@adacore.com>
* s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads, s-osinte-freebsd.ads, s-osinte-aix.ads, s-osinte-darwin.ads, s-taprop-posix.adb (Create_Task): Fix handling of Task_Info. (PTHREAD_SCOPE_PROCESS, PTHREAD_SCOPE_SYSTEM): New constants. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123540 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-osinte-lynxos-3.ads')
-rw-r--r--gcc/ada/s-osinte-lynxos-3.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/s-osinte-lynxos-3.ads b/gcc/ada/s-osinte-lynxos-3.ads
index cfc734865be..76c6ea2675a 100644
--- a/gcc/ada/s-osinte-lynxos-3.ads
+++ b/gcc/ada/s-osinte-lynxos-3.ads
@@ -268,6 +268,9 @@ package System.OS_Interface is
PTHREAD_CREATE_DETACHED : constant := 0;
+ PTHREAD_SCOPE_PROCESS : constant := 0;
+ PTHREAD_SCOPE_SYSTEM : constant := 1;
+
-----------
-- Stack --
-----------