summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-20 23:40:54 +0000
committergad <gad@FreeBSD.org>2004-06-20 23:40:54 +0000
commitbc86b22810eed37052800ae9d83fe8b80010e0dd (patch)
tree9b339ad8f456e3d8b5d54d13202af46c1e0b6383 /bin/ps/extern.h
parentd7e5b117c40a64820465a4c4cfc34ba57fbf955f (diff)
downloadFreeBSD-src-bc86b22810eed37052800ae9d83fe8b80010e0dd.zip
FreeBSD-src-bc86b22810eed37052800ae9d83fe8b80010e0dd.tar.gz
Add the `-O emul' format option, which prints the name of the system-call
emulation environment the process is in. "emul" as a keyword is picked up from OpenBSD. PR: bin/65803 Submitted by: Cyrille Lefevre
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index ca12a79..3642fc9 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -48,6 +48,7 @@ void command(KINFO *, VARENT *);
void cputime(KINFO *, VARENT *);
int donlist(void);
void elapsed(KINFO *, VARENT *);
+void emulname(KINFO *, VARENT *);
VARENT *find_varentry(VAR *);
const char *fmt_argv(char **, char *, size_t);
double getpcpu(const KINFO *);
OpenPOWER on IntegriCloud