aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/osint.adb
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2002-05-31 20:08:23 +0200
committerFlorian Weimer <fw@gcc.gnu.org>2002-05-31 20:08:23 +0200
commit019310acda881c20b8d16fd7ec28f274b718f63e (patch)
tree8d012631d1d115c229144aa1e14548aa4e54f077 /gcc/ada/osint.adb
parent4722213d3364bc9cb8a039d8d6206006610aa269 (diff)
downloadgcc-019310acda881c20b8d16fd7ec28f274b718f63e.zip
gcc-019310acda881c20b8d16fd7ec28f274b718f63e.tar.gz
gcc-019310acda881c20b8d16fd7ec28f274b718f63e.tar.bz2
cstreams.c (max_path_len): Move from here ...
2002-05-31 Florian Weimer <fw@deneb.enyo.de> * cstreams.c (max_path_len): Move from here ... * adaint.c (__gnat_max_path_len): ... to here. * adaint.c (__gnat_max_path_len): Declare. * g-dirope.adb (Max_Path): Adjust. * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust. * i-cstrea.ads (max_path_len): Adjust. * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust. * xr_tabls.adb (Dir_Name.Max_Path: Adjust. From-SVN: r54112
Diffstat (limited to 'gcc/ada/osint.adb')
-rw-r--r--gcc/ada/osint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/osint.adb b/gcc/ada/osint.adb
index 2ae9290..5086d6c 100644
--- a/gcc/ada/osint.adb
+++ b/gcc/ada/osint.adb
@@ -941,7 +941,7 @@ package body Osint is
pragma Import (C, Get_Current_Dir, "__gnat_get_current_dir");
Max_Path : Integer;
- pragma Import (C, Max_Path, "max_path_len");
+ pragma Import (C, Max_Path, "__gnat_max_path_len");
-- Maximum length of a path name
Current_Dir : String_Ptr;