diff options
Diffstat (limited to 'gcc/ada/g-dirope.ads')
-rw-r--r-- | gcc/ada/g-dirope.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-dirope.ads b/gcc/ada/g-dirope.ads index 6e0e988d090..62308a674b1 100644 --- a/gcc/ada/g-dirope.ads +++ b/gcc/ada/g-dirope.ads @@ -136,7 +136,7 @@ package GNAT.Directory_Operations is type Path_Style is (UNIX, DOS, System_Default); - function Normalize_Pathname + function Format_Pathname (Path : Path_Name; Style : Path_Style := System_Default) return Path_Name; |