This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 6/6] Provide assert_perror when it's not defined


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]