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 | c1b321f2137330fcd62f43be84ed70b4fb18e702 (patch) | |
tree | f467c6cab25c298d4833e3cbf655f6c8578f6052 /include | |
parent | f14d65d21b2583798feca40b7075c5a2419f72f5 (diff) | |
download | golang-c1b321f2137330fcd62f43be84ed70b4fb18e702.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')
-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; |