diff options
author | DJ Delorie <dj@redhat.com> | 2014-09-28 17:46:07 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2014-09-28 17:46:07 +0000 |
commit | 34fbc9859c3b26d15b9569ed87b4229aa40a025f (patch) | |
tree | 7a0837f3b22b617e57b3be9e68d2463c356f746a /include/libiberty.h | |
parent | c30356443ece81304501c7fb59209b55175306bd (diff) | |
download | cygnal-34fbc9859c3b26d15b9569ed87b4229aa40a025f.tar.gz cygnal-34fbc9859c3b26d15b9569ed87b4229aa40a025f.tar.bz2 cygnal-34fbc9859c3b26d15b9569ed87b4229aa40a025f.zip |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 56b8b43cb..bcc1f9afa 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -445,6 +445,11 @@ extern struct pex_obj *pex_init (int flags, const char *pname, on Unix. */ #define PEX_BINARY_ERROR 0x80 +/* Append stdout to existing file instead of truncating it. */ +#define PEX_STDOUT_APPEND 0x100 + +/* Thes same as PEX_STDOUT_APPEND, but for STDERR. */ +#define PEX_STDERR_APPEND 0x200 /* Execute one program. Returns NULL on success. On error returns an error string (typically just the name of a system call); the error |