On Thu, 21 Nov 2013, John Peterson wrote: > On Thu, Nov 21, 2013 at 9:25 AM, Subramanya Sadasiva > <[email protected]> wrote: >> /usr/include/string.h:145:1: error: 'errno_t' does not name a type >> errno_t memset_s(void *, rsize_t, int, rsize_t) >> __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0) > > This looks like some internal inconsistency with the compiler to me.
Almost by definition, if some string.h uses errno_t, but doesn't define or include another header which defines errno_t, that's a bug in string.h. --- Roy ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
