]> granicus.if.org Git - strace/commit
Make alloc_tcb and droptcb static. No code changes.
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Mar 2012 14:11:34 +0000 (15:11 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Mar 2012 14:11:34 +0000 (15:11 +0100)
commit800ec8ffde1296b3f2cfdd838fb08f2ff2bbe946
treea2be660a28b58777e57a995705a7084329c66d50
parenta6d91ded3f2d5401e09a9c2fa442aabfbfe593a8
Make alloc_tcb and droptcb static. No code changes.

The change is trivial. Diff is large because it is confused
by function definitions being moved around.

* defs.h: Remove declarations of alloc_tcb and droptcb.
* strace.c: Make alloc_tcb and droptcb static.
Shuffle functions around to make compiler happy.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
defs.h
strace.c