mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-30 14:17:01 +08:00
syscalls01: Update due to RTEMS changes
This commit is contained in:
parent
fdf46bea28
commit
dc9429ca3e
@ -1386,7 +1386,7 @@ test_kqueue_unsupported_ops(void)
|
|||||||
errno = 0;
|
errno = 0;
|
||||||
rv = ioctl(kq, 0);
|
rv = ioctl(kq, 0);
|
||||||
assert(rv == -1);
|
assert(rv == -1);
|
||||||
assert(errno == ENOTSUP);
|
assert(errno == ENOTTY);
|
||||||
|
|
||||||
errno = 0;
|
errno = 0;
|
||||||
off = lseek(kq, 0, SEEK_CUR);
|
off = lseek(kq, 0, SEEK_CUR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user