diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-06 09:15:56 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-06 09:15:56 +0000 |
commit | 6b9ffe8f83ca02e7274930f8a3f5b26f858d12b4 (patch) | |
tree | 092f27b61c5cb3f1ab8ec29f84c0d7590185bfd6 /gcc/ada/s-osinte-vxworks.ads | |
parent | 98b56d2496237c7d68d405d67df1dd1690042a1d (diff) | |
download | gcc-6b9ffe8f83ca02e7274930f8a3f5b26f858d12b4.tar.gz |
2007-04-06 Pascal Obry <obry@adacore.com>
* s-osprim-mingw.adb (Timed_Delay): Use the right clock (standard one
or the monotonic used by Ada.Real_Time) to compute the sleep duration
on Windows.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-osinte-vxworks.ads')
-rw-r--r-- | gcc/ada/s-osinte-vxworks.ads | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/s-osinte-vxworks.ads b/gcc/ada/s-osinte-vxworks.ads index c7511525378..7952ba24b83 100644 --- a/gcc/ada/s-osinte-vxworks.ads +++ b/gcc/ada/s-osinte-vxworks.ads @@ -275,9 +275,6 @@ package System.OS_Interface is VX_FP_PRIVATE_ENV : constant := 16#0080#; VX_NO_STACK_FILL : constant := 16#0100#; - function VX_FP_TASK return int; - pragma Inline (VX_FP_TASK); - function taskSpawn (name : System.Address; -- Pointer to task name priority : int; |