aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sysdep.c
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 13:04:34 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 13:04:34 +0200
commit4b03d946237dd6a6953dd1337043cd9eb8e7fbcb (patch)
tree1386817c0243f4f562148895d810773bea01a48e /gcc/ada/sysdep.c
parent4ac2bbbd057159e44cbe8d035eb0b6fc536bc40c (diff)
downloadgcc-4b03d946237dd6a6953dd1337043cd9eb8e7fbcb.zip
gcc-4b03d946237dd6a6953dd1337043cd9eb8e7fbcb.tar.gz
gcc-4b03d946237dd6a6953dd1337043cd9eb8e7fbcb.tar.bz2
[multiple changes]
2014-07-18 Robert Dewar <dewar@adacore.com> * exp_ch7.adb: Minor reformatting. 2014-07-18 Claire Dross <dross@adacore.com> * sem_aux.ads (Get_Binary_Nkind): New function that returns the Node_Kind value of an entity defining a binary operator. (Get_Unary_Nkind): New function that returns the Node_Kind value of an entity defining a unary operator. 2014-07-18 Pascal Obry <obry@adacore.com> * sysdep.c: comment update. * adaint.c (__gnat_fputwc): Use wchar_t on a limited set of platforms where it is known to be supported. 2014-07-18 Thomas Quinot <quinot@adacore.com> * sem_dist.adb (Process_Remote_AST_Declaration): Need to set Fat_Type's Ekind in order to be able to use its Corresponding_Remote_Type attribute. From-SVN: r212815
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r--gcc/ada/sysdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c
index e2187e7..207ef60 100644
--- a/gcc/ada/sysdep.c
+++ b/gcc/ada/sysdep.c
@@ -105,11 +105,11 @@ extern struct tm *localtime_r(const time_t *, struct tm *);
end-of-file.
The other target dependent declarations here are for the three functions
- __gnat_set_binary_mode, __gnat_set_text_mode and __gnat_set_wide_text_mode:
+ __gnat_set_binary_mode, __gnat_set_text_mode and __gnat_set_mode:
void __gnat_set_binary_mode (int handle);
void __gnat_set_text_mode (int handle);
- void __gnat_set_wide_text_mode (int handle);
+ void __gnat_set_mode (int handle, int mode);
These functions have no effect in Unix (or similar systems where there is
no distinction between binary and text files), but in DOS (and similar