diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:37:41 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:37:41 +0000 |
commit | 360f426f448d6b90959acf9d33197465e886967d (patch) | |
tree | dc09aded07caf72dce6d4164140933bc2b1b767b /gcc/ada/adaint.c | |
parent | 4949ddd585dfca397363f1ffd0a76e769da50331 (diff) | |
download | gcc-360f426f448d6b90959acf9d33197465e886967d.tar.gz |
2014-07-18 Robert Dewar <dewar@adacore.com>
* gnat_ugn.texi: Remove note that -gnatR not allowed with -gnatc.
* switch-c.adb: Remove prohibition of -gnatR and -gnatc together.
2014-07-18 Eric Botcazou <ebotcazou@adacore.com>
* sem_ch13.adb (Kill_Rep_Clause): Clear Comes_From_Source flag
on the null statement.
2014-07-18 Thomas Quinot <quinot@adacore.com>
* adaint.c: Minor comment rewording.
* socket.c: Define macros _REENTRANT and _THREAD_SAFE so that
use of errno in this file is thread safe.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r-- | gcc/ada/adaint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index 6e0e4a3db0e..9bfb6895f33 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -34,7 +34,7 @@ package Osint. Many of the subprograms in OS_Lib import standard library calls directly. This file contains all other routines. */ -/* Ensure accesses to errno are thread safe. */ +/* Ensure access to errno is thread safe. */ #define _REENTRANT #define _THREAD_SAFE |