X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmq%2Fmq_timedsend.c;h=1c00aa0b28660e0dadc32c4575bfccc00f5fa5c6;hb=c5faf1bf09c01641e74844c4bfb0f129bc3974a1;hp=edbaccf9b30ae20a1bda92fe39c70f739da7a15d;hpb=ab11386aaaffc93755ff86199bf753a6d5ef4b45;p=musl diff --git a/src/mq/mq_timedsend.c b/src/mq/mq_timedsend.c index edbaccf9..1c00aa0b 100644 --- a/src/mq/mq_timedsend.c +++ b/src/mq/mq_timedsend.c @@ -3,5 +3,5 @@ int mq_timedsend(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec *at) { - return syscall(SYS_mq_timedsend, mqd, msg, len, prio, at); + return syscall_cp(SYS_mq_timedsend, mqd, msg, len, prio, at); }