fopencookie(3): Add a wrapper around funopen(3)
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 4 Feb 2023 13:54:20 +0000 (14:54 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 4 Feb 2023 14:48:45 +0000 (15:48 +0100)
commita765cedf26cef470ba7deee42c365f0221690a1a
treeac3c572e19c9ad39d8cae68dd46e0bd12b72d260
parent5d48f6e477dc3e6df91d75949b460942b9133d66
fopencookie(3): Add a wrapper around funopen(3)

 - Minor adjustment to _flags since ours reside on the public
   interface.
 - Untested. A unit test would be a good thing to have :)

Taken from    : FreeBSD 877a840c080f
FreeBSD-Review: https://reviews.freebsd.org/D6282
include/stdio.h
lib/libc/Versions.def
lib/libc/stdio/Makefile.inc
lib/libc/stdio/Symbol.map
lib/libc/stdio/fopencookie.3 [new file with mode: 0644]
lib/libc/stdio/fopencookie.c [new file with mode: 0644]
lib/libc/stdio/funopen.3
sys/sys/param.h