index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
systemtap.samples
/
syscalls.stp
#ifndef PROCESS_H
#define PROCESS_H
#define CMD_FD 21
int
runCommand
(
char
*
cmd
,
int
reexec
,
int
quiet
,
int
debug
);
#endif