On Tue, Mar 25, 2014 at 11:25:28PM +0100, Mariusz Zaborski wrote: > >> [snip] > >> --- //depot/user/oshogbo/capsicum/lib/libc/stdio/Symbol.map 2013-06-28 08:51:28.000000000 0000 > >> +++ /home/oshogbo/p4/capsicum/lib/libc/stdio/Symbol.map 2013-06-28 08:51:28.000000000 0000 > >> _at__at_ -156,6 +156,7 _at__at_ > >> putwc_l; > >> putwchar_l; > >> fmemopen; > >> + fdclose; > >> open_memstream; > >> open_wmemstream; > >> }; > > > > This should be in the FBSD_1.4 namespace (which does not exist yet). > > Oh - thx, so this will be good now? > > _at__at_ -160,6 +160,10 _at__at_ > open_wmemstream; > }; > > +FBSD_1.4 { > + fdclose; > +}; > + You also need to update the lib/libc/Versions.def file. Look e.g. at the r226217 for the proper way to introduce new version.
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:47 UTC