mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 18:05:09 +08:00
* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.
From-SVN: r264800
This commit is contained in:
parent
6bd2b8ec8d
commit
ff504cc2b8
@ -1,3 +1,7 @@
|
||||
2018-10-02 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.
|
||||
|
||||
2018-09-21 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
* config.h.in: Regenerated.
|
||||
|
@ -26,6 +26,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#include "unix.h"
|
||||
#include "async.h"
|
||||
#include <limits.h>
|
||||
#if !HAVE_UNLINK_OPEN_FILE
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{ CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }
|
||||
|
Loading…
Reference in New Issue
Block a user