Max Filippov jcmvbkbc@gmail.com writes:
assert_perror is a GNU extension and is not provided by uClibc. Provide definition when that macro is not available.
It looks like it would pay off to have a dedicated header file for this macro.
Similarly in the 3/6 patch for utimes/futimes, it would pay off to extract that ifdef/else/endif logic to an inline function in some header file.
Thanks, Petr