[oe] [meta-oe][PATCH] systemd_git.bb: Alias mkostemp() to mkstemp() for uclibc targets

Khem Raj raj.khem at gmail.com
Fri Jul 1 13:48:37 UTC 2011



On Jul 1, 2011, at 2:48 AM, Phil Blundell <philb at gnu.org> wrote:

> 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.
> 
right
I have to test it eglibc systems 
> p.
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list