summaryrefslogtreecommitdiff
path: root/desc.c
diff options
context:
space:
mode:
Diffstat (limited to 'desc.c')
-rw-r--r--desc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desc.c b/desc.c
index be327eb..9776ed6 100644
--- a/desc.c
+++ b/desc.c
@@ -50,7 +50,6 @@
#define printflock printflock64 /* Horrider hack */
#endif
-
static const struct xlat fcntlcmds[] = {
{ F_DUPFD, "F_DUPFD" },
{ F_GETFD, "F_GETFD" },
@@ -592,7 +591,6 @@ decode_select(struct tcb *tcp, long *args, enum bitness_t bitness)
return 0;
}
-
int
sys_oldselect(struct tcb *tcp)
{