]> Cypherpunks repositories - gostls13.git/commit
split rt1.c into signal.c and thread.c.
authorRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 20:17:10 +0000 (13:17 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 20:17:10 +0000 (13:17 -0700)
commit8ee041dc24f46047f6cff0d61bd634d1cacfc380
tree77c5d566b29a6954bf41f41634770ed895bc3794
parent878822f355a4c1c690be1189f726a129dbf25878
split rt1.c into signal.c and thread.c.
move out of arch-specific directory: only os-specific.
rm sys_types.h (unused).

TBR=r
OCL=26681
CL=26681
src/runtime/Makefile
src/runtime/darwin/signal.c [new file with mode: 0644]
src/runtime/darwin/thread.c [moved from src/runtime/darwin/amd64/rt1.c with 68% similarity]
src/runtime/linux/signal.c [new file with mode: 0644]
src/runtime/linux/thread.c [moved from src/runtime/linux/amd64/rt1.c with 54% similarity]
src/runtime/sys_types.h [deleted file]