* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.

This commit is contained in:
Christopher Faylor 2003-11-25 19:24:46 +00:00
parent e00700cd80
commit 84f08ba160
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-25 Christopher Faylor <cgf@redhat.com>
* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
2003-11-20 Corinna Vinschen <corinna@vinschen.de>
* winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.

View File

@ -1,6 +1,6 @@
set xfail_list [list dup03 dup05 \
fcntl05 fcntl07B fcntl09 fcntl10 \
lseek04 lseek10 mknod01 select03 \
lseek04 mknod01 select03 \
setgroups01 setuid02 \
ulimit01 unlink06 unlink08 \
sample-fail sample-miscompile]