comparison gcc/ada/cstreams.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
4 * * 4 * *
5 * C S T R E A M S * 5 * C S T R E A M S *
6 * * 6 * *
7 * Auxiliary C functions for Interfaces.C.Streams * 7 * Auxiliary C functions for Interfaces.C.Streams *
8 * * 8 * *
9 * Copyright (C) 1992-2018, Free Software Foundation, Inc. * 9 * Copyright (C) 1992-2019, Free Software Foundation, Inc. *
10 * * 10 * *
11 * GNAT is free software; you can redistribute it and/or modify it under * 11 * GNAT is free software; you can redistribute it and/or modify it under *
12 * terms of the GNU General Public License as published by the Free Soft- * 12 * terms of the GNU General Public License as published by the Free Soft- *
13 * ware Foundation; either version 3, or (at your option) any later ver- * 13 * ware Foundation; either version 3, or (at your option) any later ver- *
14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- * 14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
51 #ifdef __vxworks 51 #ifdef __vxworks
52 #include "vxWorks.h" 52 #include "vxWorks.h"
53 #endif 53 #endif
54 54
55 #ifdef IN_RTS 55 #ifdef IN_RTS
56 #include "tconfig.h" 56 #include <string.h>
57 #include "tsystem.h"
58 #include <sys/stat.h>
59 #else 57 #else
60 #include "config.h" 58 #include "config.h"
61 #include "system.h" 59 #include "system.h"
62 #endif 60 #endif
63 61