diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-13 10:54:19 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-13 10:54:19 +0000 |
commit | 7cb7174500cdbdf97c58419f8aa0199d94d6d983 (patch) | |
tree | efc17cec4abaf20153439d4514630cdf68fd2e9b /gcc/ada/s-linux-alpha.ads | |
parent | b1886bc97486972dedc8b2b6d12bc442e9c3effc (diff) | |
download | gcc-7cb7174500cdbdf97c58419f8aa0199d94d6d983.tar.gz |
PR ada/50589
* s-linux-alpha.ads: Do not "with" Interfaces.C.
* s-linux-sparc.ads: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179911 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-linux-alpha.ads')
-rw-r--r-- | gcc/ada/s-linux-alpha.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-linux-alpha.ads b/gcc/ada/s-linux-alpha.ads index ba72719f8db..a700c9720e6 100644 --- a/gcc/ada/s-linux-alpha.ads +++ b/gcc/ada/s-linux-alpha.ads @@ -35,8 +35,6 @@ -- PLEASE DO NOT add any with-clauses to this package or remove the pragma -- Preelaborate. This package is designed to be a bottom-level (leaf) package. -with Interfaces.C; - package System.Linux is pragma Preelaborate; |