diff options
Diffstat (limited to 'gcc/ada/5bosinte.adb')
-rw-r--r-- | gcc/ada/5bosinte.adb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/5bosinte.adb b/gcc/ada/5bosinte.adb index 79062bb407b..b692a754517 100644 --- a/gcc/ada/5bosinte.adb +++ b/gcc/ada/5bosinte.adb @@ -6,9 +6,9 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.8 $ +-- $Revision$ -- -- --- Copyright (C) 1997-2001, Florida State University -- +-- Copyright (C) 1997-2001, Free Software Fundation, 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- -- @@ -29,8 +29,7 @@ -- covered by the GNU Public License. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. It is -- --- now maintained by Ada Core Technologies Inc. in cooperation with Florida -- --- State University (http://www.gnat.com). -- +-- now maintained by Ada Core Technologies, Inc. (http://www.gnat.com). -- -- -- ------------------------------------------------------------------------------ @@ -140,7 +139,7 @@ package body System.OS_Interface is function sched_yield return int is procedure pthread_yield; - pragma Import (C, pthread_yield, "pthread_yield"); + pragma Import (C, pthread_yield, "sched_yield"); begin pthread_yield; |