diff options
Diffstat (limited to 'gcc/ada/5vosinte.ads')
-rw-r--r-- | gcc/ada/5vosinte.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/5vosinte.ads b/gcc/ada/5vosinte.ads index 433dd1e83c1..7903bb67fbe 100644 --- a/gcc/ada/5vosinte.ads +++ b/gcc/ada/5vosinte.ads @@ -6,8 +6,7 @@ -- -- -- S p e c -- -- -- --- -- --- Copyright (C) 1991-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1991-2002 Free Software Foundation, 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- -- @@ -550,7 +549,6 @@ package System.OS_Interface is pragma Import (C, pthread_exit, "PTHREAD_EXIT"); function pthread_self return pthread_t; - pragma Import (C, pthread_self, "PTHREAD_SELF"); -------------------------- -- POSIX.1c Section 17 -- @@ -637,4 +635,6 @@ private type pthread_key_t is new unsigned; + pragma Inline (pthread_self); + end System.OS_Interface; |