Re: [RFC] [PATCH] Use numeric permissions directly.

2020-10-26 Thread Mark Wielaard
Hi Érico, On Mon, 2020-10-26 at 01:29 -0300, Érico Nogueira via Elfutils-devel wrote: > musl doesn't define ALLPERMS and ACESSPERMS macros, and the code already > uses literals for these same values in some place. This commit applies > the same style to the whole project. > > Signed-off-by: Érico

[RFC] [PATCH] Use numeric permissions directly.

2020-10-25 Thread Érico Nogueira via Elfutils-devel
musl doesn't define ALLPERMS and ACESSPERMS macros, and the code already uses literals for these same values in some place. This commit applies the same style to the whole project. Signed-off-by: Érico Rolim --- This commit can go the other way as well, by adding blocks like /* musl libc doesn