From 860917b625a20ed2cc2d72bd86e89717966f6f92 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Tue, 10 Sep 2013 14:58:22 +0000 Subject: aspects.ads, [...]: Minor reformatting. 2013-09-10 Thomas Quinot * aspects.ads, sem_ch13.adb: Minor reformatting. * adaint.c (__gnat_set_close_on_exec): Add comment documenting that this routine is shared between OS_Lib and Sockets. From-SVN: r202458 --- gcc/ada/adaint.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ada/adaint.c') diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index c4bb754..850e1fc 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -3748,6 +3748,11 @@ get_gcc_version (void) #endif } +/* + * Set Close_On_Exec as indicated. + * Note: this is used for both GNAT.OS_Lib and GNAT.Sockets. + */ + int __gnat_set_close_on_exec (int fd ATTRIBUTE_UNUSED, int close_on_exec_p ATTRIBUTE_UNUSED) -- cgit v1.1