commit bash-20190328 snapshot

This commit is contained in:
Chet Ramey
2019-04-01 15:44:20 -04:00
parent 31321bf1b2
commit befdddcbf1
30 changed files with 462 additions and 61 deletions
+5 -1
View File
@@ -77,7 +77,11 @@ typedef int WAIT;
# endif /* !WIFSIGNALED */
# if !defined (WIFCORED)
# define WIFCORED(s) ((s) & 0200)
# if defined (WCOREDUMP)
# define WIFCORED(s) (WCOREDUMP(s))
# else
# define WIFCORED(s) ((s) & 0200)
# endif
# endif /* !WIFCORED */
#else /* !_POSIX_VERSION */