adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.
authorAndris Pavenis <andris.pavenis@iki.fi>
Tue, 11 Oct 2016 18:24:45 +0000 (21:24 +0300)
committerAndris Pavenis <andris@gcc.gnu.org>
Tue, 11 Oct 2016 18:24:45 +0000 (21:24 +0300)
commit91f2eb13cbb83377acbb194f2eac594caf71d864
treeb59af555c8794be83da22b346b05a8d6cfab718c
parenta5297b0470db4d1875a651e578a9b538f5da6d3f
adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.

2016-10-11  Andris Pavenis  <andris.pavenis@iki.fi>

* adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.
ISALPHA: include <ctype.h> and define to isalpha for DJGPP when IN_RTS is defined.
(DIR_SEPARATOR) define to '\\' for DJGPP.
(__gnat_get_file_names_case_sensitive): return 0 for DJGPP unless
overriden in environment
(__gnat_is_absolute_path): Support MS-DOS style absolute paths for DJGPP.
(__gnat_portable_spawn): Use spewnvp for DJGPP.
(__gnat_portable_no_block_spawn): Use spawnvp for DJGPP.
(__gnat_portable_wait): Return 0 for DJGPP.

From-SVN: r240999
gcc/ada/ChangeLog
gcc/ada/adaint.c