Hi,

I tested the strptime() functionon arm board:

with uclibc: 
     strptime("x2084y", "x%C%yy", &tm) returns NULL
     strptime("61", "%S", &tm)  also returns NULL

but,on x86 with glibc:
      strptime("x2084y", "x%C%yy", &tm) returns correct ptr
      strptime("61", "%S", &tm) returns correct ptr

Is this a bug? 



_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to