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