aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-lynxos-3.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osinte-lynxos-3.ads')
-rw-r--r--gcc/ada/s-osinte-lynxos-3.ads7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/s-osinte-lynxos-3.ads b/gcc/ada/s-osinte-lynxos-3.ads
index 3d912eefee2..e8288d9f6dd 100644
--- a/gcc/ada/s-osinte-lynxos-3.ads
+++ b/gcc/ada/s-osinte-lynxos-3.ads
@@ -177,9 +177,7 @@ package System.OS_Interface is
type timespec is private;
- type clockid_t is private;
-
- CLOCK_REALTIME : constant clockid_t;
+ type clockid_t is new int;
function clock_gettime
(clock_id : clockid_t;
@@ -516,9 +514,6 @@ private
end record;
pragma Convention (C, timespec);
- type clockid_t is new unsigned_char;
- CLOCK_REALTIME : constant clockid_t := 0;
-
type st_t is record
stksize : int;
prio : int;