syscalls01: Update due to RTEMS changes

This commit is contained in:
Sebastian Huber 2013-10-31 16:25:45 +01:00
parent fdf46bea28
commit dc9429ca3e

View File

@ -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);