diff options
author | Russ Cox <rsc@golang.org> | 2008-09-16 12:33:00 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2008-09-16 12:33:00 -0700 |
commit | a69f1e80d8ed354e8a0541e90c9c6044a85aab84 (patch) | |
tree | f467c6cab25c298d4833e3cbf655f6c8578f6052 /include/mach_amd64.h | |
parent | 4407ea24eb919877fa3c0ee7111c0fbb4ba316f5 (diff) | |
download | go-a69f1e80d8ed354e8a0541e90c9c6044a85aab84.tar.gz |
acid fixes etc. still not perfect.
R=r
DELTA=764 (694 added, 38 deleted, 32 changed)
OCL=15285
CL=15395
Diffstat (limited to 'include/mach_amd64.h')
-rw-r--r-- | include/mach_amd64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach_amd64.h b/include/mach_amd64.h index 289fc597a..1ffa44033 100644 --- a/include/mach_amd64.h +++ b/include/mach_amd64.h @@ -415,5 +415,6 @@ void detachproc(Map *m); int procnotes(int pid, char ***pnotes); char* proctextfile(int pid); int procthreadpids(int pid, int **thread); +char* procstatus(int); Maprw fdrw; |