D9225: Fix building autotest on platforms where syscalls are not available
David Edmundson
noreply at phabricator.kde.org
Wed Dec 6 13:21:59 UTC 2017
davidedmundson added inline comments.
INLINE COMMENTS
> seccomp_test.cpp:97
> QVERIFY(open(createPathChar, O_RDONLY | O_CREAT, 0) == -1 && errno == EPERM);
> QVERIFY(openat(AT_FDCWD, createPathChar, O_RDONLY | O_CREAT, 0) == -1 && errno == EPERM);
> +#ifdef SYS_open
Why is this not guarded?
REPOSITORY
R133 KScreenLocker
REVISION DETAIL
https://phabricator.kde.org/D9225
To: bshah, #plasma, fvogt
Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171206/9132c2ad/attachment-0001.html>
More information about the Plasma-devel
mailing list