Changeset 1973 for binutils/trunk/libiberty/pex-unix.c
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/libiberty/pex-unix.c ¶
r1581 r1973 3 3 (also used for UWIN and VMS). 4 4 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2009, 5 2010 Free Software Foundation, Inc.5 2010, 2015 Free Software Foundation, Inc. 6 6 7 7 This file is part of the libiberty library. … … 24 24 #include "libiberty.h" 25 25 #include "pex-common.h" 26 #include "environ.h" 26 27 27 28 #include <stdio.h> … … 394 395 395 396 /* Execute a child. */ 396 397 extern char **environ;398 397 399 398 #if defined(HAVE_SPAWNVE) && defined(HAVE_SPAWNVPE)
Note:
See TracChangeset
for help on using the changeset viewer.