diff options
author | Denis Vlasenko | 2007-03-25 23:21:05 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-25 23:21:05 +0000 |
commit | cad04ef4f3435e56181a81c896912543be34ea3c (patch) | |
tree | 71e46e02914c97077eaa77e12a726b29240b27f6 /runit/runit_lib.h | |
parent | 10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (diff) | |
download | busybox-cad04ef4f3435e56181a81c896912543be34ea3c.zip busybox-cad04ef4f3435e56181a81c896912543be34ea3c.tar.gz |
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r-- | runit/runit_lib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h index 7b268e2..9fe4166 100644 --- a/runit/runit_lib.h +++ b/runit/runit_lib.h @@ -40,12 +40,6 @@ extern int coe(int); #define direntry struct dirent -/*** fd.h ***/ - -extern int fd_copy(int,int); -extern int fd_move(int,int); - - /*** tai.h ***/ struct tai { |