mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-27 05:30:22 +00:00
Document the need to fix the "stub" functions
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@537 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
d38e2e3479
commit
25a23721b5
22
BUGS
22
BUGS
@ -23,3 +23,25 @@
|
||||
|
||||
[read.c:84]: Unexpected event:_test_no_kevents(): [ident=7, filter=-1, flags = 1 (EV_ADD), fflags = 0, data=0, udata=fffffd7fff08c6b4]: Error 0
|
||||
|
||||
|
||||
* There are a number of stub functions that silently fail or succeed.
|
||||
These need to be cleaned up; at a minimum, they should emit very loud
|
||||
debugging output saying "FIXME -- UNIMPLEMENTED".
|
||||
|
||||
$ grep STUB src/*/*.c
|
||||
src/linux/proc.c: return (-1); /*STUB*/
|
||||
src/linux/proc.c: return (0); /* STUB */
|
||||
src/linux/proc.c: return (0); /* STUB */
|
||||
src/linux/proc.c: return (0); /* STUB */
|
||||
src/linux/proc.c: return (0); /* STUB */
|
||||
src/linux/proc.c: return (0); /* STUB */
|
||||
src/linux/read.c: return (-1); /* STUB */
|
||||
src/linux/timer.c: return (0); /* STUB */
|
||||
src/linux/vnode.c: return (-1); /* FIXME - STUB */
|
||||
src/linux/write.c: return (-1); /* STUB */
|
||||
src/posix/timer.c: return (-1); /* STUB */
|
||||
src/solaris/socket.c: return (-1); /* STUB */
|
||||
src/solaris/timer.c: return (-1); /* STUB */
|
||||
src/windows/read.c: return (-1); /* STUB */
|
||||
src/windows/timer.c: return (0); /* STUB */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user