From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: ltp@lists.linux.it
Subject: [LTP] LTP tip busted for x86_64 + glibc !
Date: Wed, 15 Feb 2017 09:54:56 -0800 [thread overview]
Message-ID: <60c14b52-eec5-e376-e46e-95b97aa5d39c@synopsys.com> (raw)
It seems I need the following fixups
------->
diff --git a/testcases/kernel/syscalls/preadv/preadv.h
b/testcases/kernel/syscalls/preadv/preadv.h
index f3ac30db3e02..8c48d3a7c05b 100644
--- a/testcases/kernel/syscalls/preadv/preadv.h
+++ b/testcases/kernel/syscalls/preadv/preadv.h
@@ -22,7 +22,7 @@
#include "linux_syscall_numbers.h"
#if !defined(HAVE_PREADV)
-int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset)
+ssize_t preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset)
{
return tst_syscall(__NR_preadv, fd, iov, iovcnt, offset);
}
diff --git a/testcases/kernel/syscalls/pwritev/pwritev.h
b/testcases/kernel/syscalls/pwritev/pwritev.h
index 4970036efec1..9a2a3a8b0c6f 100644
--- a/testcases/kernel/syscalls/pwritev/pwritev.h
+++ b/testcases/kernel/syscalls/pwritev/pwritev.h
@@ -22,7 +22,7 @@
#include "linux_syscall_numbers.h"
#if !defined(HAVE_PWRITEV)
-int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset)
+ssize_t pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset)
{
return tst_syscall(__NR_pwritev, fd, iov, iovcnt, offset);
reply other threads:[~2017-02-15 17:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=60c14b52-eec5-e376-e46e-95b97aa5d39c@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.