On Thu, Apr 18, 2013 at 08:40:10AM +0100, David Laight wrote: > On Wed, Apr 17, 2013 at 11:21:56PM +0200, Joerg Sonnenberger wrote: > > On Wed, Apr 17, 2013 at 06:32:30AM +0000, YAMAMOTO Takashi wrote: > > > > Module Name: src > > > > Committed By: joerg > > > > Date: Tue Apr 16 21:44:08 UTC 2013 > > > > > > > > Modified Files: > > > > src/common/lib/libc/stdlib: _strtol.h _strtoul.h strtoll.c > > > > strtoull.c > > > > strtoumax.c > > > > src/include: inttypes.h stdlib.h > > > > src/lib/libc: shlib_version > > > > src/lib/libc/citrus: citrus_bcs_strtol.c citrus_bcs_strtoul.c > > > > src/lib/libc/include: namespace.h > > > > src/lib/libc/stdlib: strtoimax.c > > > > > > > > Log Message: > > > > Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain > > > > strtol_l unless in tools mode. Add note to retire the BCS code on the > > > > next libc major bump. > > > > > > is it safe to make tools use host's strtoul? > > > > I think so. Tools shouldn't be using locales. > > Do we try to force the C local at the top of build.sh? > Would probably be a good idea for anywhere where the script > looks at program output.
In initdefaults(). Joerg