On Thu, 2011-06-30 at 22:38 -0700, Khem Raj wrote: > ++#ifdef __UCLIBC__ > ++/* uclibc does not implement mkostemp GNU extention */ > ++#define mkostemp(x,y) mkstemp(x) > ++#endif
Is that safe? It would be nice to have some commentary in the patch explaining why the flags are not required for systemd to operate correctly. If it genuinely doesn't need to be using mkostemp() then perhaps this change should just be made upstream for all libcs. p. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
