summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopencookie.3
Commit message (Collapse)AuthorAgeFilesLines
* fopencookie(3): declare function pointers in SYNOPSIS correctlyEnji Cooper2017-05-231-4/+4
| | | | | | | | | | | Add obligatory `*` in declarations. Reported by: make manlint MFC after: 2 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318711
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-111-0/+156
Reviewed by: jhb, oshogbo Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6282 Notes: svn path=/head/; revision=299456