mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20190328 snapshot
This commit is contained in:
+5
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user