diff options
Diffstat (limited to 'libc/stdio/local.h')
-rw-r--r-- | libc/stdio/local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/local.h b/libc/stdio/local.h index 524e6deb3..7fe339ac7 100644 --- a/libc/stdio/local.h +++ b/libc/stdio/local.h @@ -72,7 +72,6 @@ struct __sFILE { // Function pointers used by `funopen`. // Note that `_seek` is ignored if `_seek64` (in __sfileext) is set. - // TODO: implement `funopen64`. // TODO: NetBSD has `funopen2` which corrects the `int`s to `size_t`s. // TODO: glibc has `fopencookie` which passes the function pointers in a struct. void* _cookie; /* cookie passed to io functions */ |