summaryrefslogtreecommitdiff
path: root/gcc/ada/54osinte.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/54osinte.ads')
-rw-r--r--gcc/ada/54osinte.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/54osinte.ads b/gcc/ada/54osinte.ads
index 99caa365188..d13eed4cc11 100644
--- a/gcc/ada/54osinte.ads
+++ b/gcc/ada/54osinte.ads
@@ -6,8 +6,7 @@
-- --
-- S p e c --
-- --
--- --
--- Copyright (C) 2000-2001 Ada Core Technologies, Inc. --
+-- Copyright (C) 2000-2002 Ada Core Technologies, 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- --
@@ -293,7 +292,7 @@ package System.OS_Interface is
function sigwait
(set : access sigset_t;
sig : access Signal) return int;
- pragma Import (C, sigwait, "sigwait");
+ pragma Import (C, sigwait, "__posix_sigwait");
function pthread_kill
(thread : pthread_t;