summaryrefslogtreecommitdiff
path: root/desc.c
diff options
context:
space:
mode:
Diffstat (limited to 'desc.c')
-rw-r--r--desc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/desc.c b/desc.c
index a207d2fe1..932c66f2a 100644
--- a/desc.c
+++ b/desc.c
@@ -668,12 +668,11 @@ static const struct xlat epollevents[] = {
{ 0, NULL }
};
+/* Not aliased to printargs_ld: we want it to have a distinct address */
int
sys_epoll_create(struct tcb *tcp)
{
- if (entering(tcp))
- tprintf("%ld", tcp->u_arg[0]);
- return 0;
+ return printargs_ld(tcp);
}
static const struct xlat epollflags[] = {