diff options
Diffstat (limited to 'gcc/ada/s-osinte-irix.ads')
-rw-r--r-- | gcc/ada/s-osinte-irix.ads | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ada/s-osinte-irix.ads b/gcc/ada/s-osinte-irix.ads index 92c11070dad..56c852614e8 100644 --- a/gcc/ada/s-osinte-irix.ads +++ b/gcc/ada/s-osinte-irix.ads @@ -452,11 +452,12 @@ package System.OS_Interface is destructor : destructor_pointer) return int; pragma Import (C, pthread_key_create, "pthread_key_create"); - --------------------------------------------------------------- - -- Non portable SGI 6.5 additions to the pthread interface -- - -- must be executed from within the context of a system -- - -- scope task -- - --------------------------------------------------------------- + ------------------- + -- SGI Additions -- + ------------------- + + -- Non portable SGI 6.5 additions to the pthread interface must be + -- executed from within the context of a system scope task. function pthread_setrunon_np (cpu : int) return int; pragma Import (C, pthread_setrunon_np, "pthread_setrunon_np"); |