diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:53:37 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:53:37 +0000 |
commit | 10f9d4c155aabef6b08c49e252153fc2afe215e8 (patch) | |
tree | 0bd1bbfdef4f3ae7ee45197d12e28f3908b00b73 /gcc/ada/s-tasinf-linux.ads | |
parent | 47d6e23ccebdb14f013ed5c1b6807f4a65bfd273 (diff) | |
download | gcc-10f9d4c155aabef6b08c49e252153fc2afe215e8.tar.gz |
* s-proinf-irix-athread.ads, s-vxwork-mips.ads,
s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-tasinf-linux.ads')
-rw-r--r-- | gcc/ada/s-tasinf-linux.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-tasinf-linux.ads b/gcc/ada/s-tasinf-linux.ads index 603a1189b6b..25a2bd3b5a7 100644 --- a/gcc/ada/s-tasinf-linux.ads +++ b/gcc/ada/s-tasinf-linux.ads @@ -41,7 +41,7 @@ -- This unit may be used directly from an application program by providing -- an appropriate WITH, and the interface can be expected to remain stable. --- This is the GNU/Linux version of this module. +-- This is the GNU/Linux version of this module with System.OS_Interface; |