On Mon, Jul 29, 2019 at 06:38:42PM -0400, Shawn Webb wrote: > On Mon, Jul 29, 2019 at 07:02:16PM +0000, Mark Johnston wrote: > > Author: markj > > Date: Mon Jul 29 19:02:16 2019 > > New Revision: 350420 > > URL: https://svnweb.freebsd.org/changeset/base/350420 > > > > Log: > > Add mkostempsat(3). > > > > This is a variant of mkostemps() which takes a directory descriptor and > > returns a descriptor for a tempfile relative to that directory. Unlike > > the other mktemp functions, mkostempsat() can be used in capability > > mode. > > Out of curiosity, is __FreeBSD_version typically bumped when a new > public symbol is added to libc?
I don't think so, unless there's some specific reason to do so. The function was added for use in Capsicumizing some code in the base system so I had no need to bump __FreeBSD_version. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"