comparison lphobos/std/process.d @ 662:88e23f8c2354

Applied downs' latest Phobos patch
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 21:40:33 +0200
parents 373489eeaf90
children
comparison
equal deleted inserted replaced
661:99f32e967746 662:88e23f8c2354
40 40
41 private import std.c.stdlib; 41 private import std.c.stdlib;
42 private import std.c.string; 42 private import std.c.string;
43 private import std.string; 43 private import std.string;
44 private import std.c.process; 44 private import std.c.process;
45
46 version(linux) version = Unix;
45 47
46 /** 48 /**
47 * Execute command in a _command shell. 49 * Execute command in a _command shell.
48 * 50 *
49 * Returns: exit status of command 51 * Returns: exit status of command