diff options
author | DJ Delorie <dj@redhat.com> | 2004-03-18 04:07:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-03-18 04:07:41 +0000 |
commit | 12a7367e819aa2771a5653075ece1f8f34ff7930 (patch) | |
tree | d153a94eefda0b65df4300079d5eb2255d55d92b /libiberty/pex-common.h | |
parent | e0c148a751b0b0306010d6365999bea7fde45366 (diff) | |
download | binutils-12a7367e819aa2771a5653075ece1f8f34ff7930.zip binutils-12a7367e819aa2771a5653075ece1f8f34ff7930.tar.gz binutils-12a7367e819aa2771a5653075ece1f8f34ff7930.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/pex-common.h')
-rw-r--r-- | libiberty/pex-common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libiberty/pex-common.h b/libiberty/pex-common.h index da2f71e..df3c0f6 100644 --- a/libiberty/pex-common.h +++ b/libiberty/pex-common.h @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Shared logic. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of the libiberty library. @@ -33,6 +33,9 @@ Boston, MA 02111-1307, USA. */ /* stdout file number. */ #define STDOUT_FILE_NO 1 +/* stderr file number. */ +#define STDERR_FILE_NO 2 + /* value of `pipe': port index for reading. */ #define READ_PORT 0 |