diff options
| author | Russ Cox <rsc@golang.org> | 2009-08-13 15:45:58 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-08-13 15:45:58 -0700 |
| commit | 45ce825544e2aec385cafbc2a8c29dfb9dce487c (patch) | |
| tree | 55a621d8d76ba524d3653c5511862df568153a87 /src/pkg | |
| parent | 8149a8c666a79e2dc8898fcc8debbc2bc3626638 (diff) | |
| download | go-45ce825544e2aec385cafbc2a8c29dfb9dce487c.tar.xz | |
debugging symbols for 8g.
backtraces don't work,
but they didn't work when i started either.
R=ken
OCL=33230
CL=33230
Diffstat (limited to 'src/pkg')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index c9b6a26118..48c98f2181 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -352,7 +352,6 @@ void ready(G*); byte* getenv(int8*); int32 atoi(byte*); void newosproc(M *m, G *g, void *stk, void (*fn)(void)); -void sigaltstack(void*, void*); void signalstack(byte*, int32); G* malg(int32); void minit(void); |
