Re: [RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS

2020-12-20 Thread Siddhesh Poyarekar
On 10/27/20 5:03 AM, Érico Nogueira via Libc-alpha wrote: From: Érico Rolim I would like to add these enums in order to conform to the POSIX specification: https://www.man7.org/linux/man-pages/man0/unistd.h.0p.html This change also helps musl-libc, since they want to have these defines with th

Re: [PATCH 1/2] Split top level .gitignore file

2020-12-20 Thread Mark Wielaard
Hi Dmitry, On Sun, Dec 20, 2020 at 06:59:21PM +0300, Dmitry V. Levin wrote: > On Sun, Dec 20, 2020 at 06:37:36PM +0300, Dmitry V. Levin wrote: > > I'll remove it from .gitignore in the second commit then. > > Apparently, it's the only entry in backends/.gitignore, and it's really > not a good ide

Re: [PATCH 1/2] Split top level .gitignore file

2020-12-20 Thread Dmitry V. Levin
On Sun, Dec 20, 2020 at 06:37:36PM +0300, Dmitry V. Levin wrote: > On Sun, Dec 20, 2020 at 04:28:30PM +0100, Mark Wielaard wrote: > > Hi Dmitry, > > > > On Sun, Dec 20, 2020 at 03:11:19PM +0300, Dmitry V. Levin wrote: > > > Move subdirectory parts of the top level .gitignore into appropriate > > >

Re: [PATCH 1/2] Split top level .gitignore file

2020-12-20 Thread Dmitry V. Levin
On Sun, Dec 20, 2020 at 04:28:30PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Sun, Dec 20, 2020 at 03:11:19PM +0300, Dmitry V. Levin wrote: > > Move subdirectory parts of the top level .gitignore into appropriate > > subdirectories. This would be consistent with ChangeLog files, > > currentl

Re: [PATCH 1/2] Split top level .gitignore file

2020-12-20 Thread Mark Wielaard
Hi Dmitry, On Sun, Dec 20, 2020 at 03:11:19PM +0300, Dmitry V. Levin wrote: > Move subdirectory parts of the top level .gitignore into appropriate > subdirectories. This would be consistent with ChangeLog files, > currently one has to update the top level ChangeLog file when the top > level .giti

[PATCH 2/2] Update .gitignore files

2020-12-20 Thread Dmitry V. Levin
Signed-off-by: Dmitry V. Levin --- .gitignore| 2 ++ ChangeLog | 2 ++ config/.gitignore | 2 ++ config/ChangeLog | 2 ++ debuginfod/.gitignore | 1 + debuginfod/ChangeLog | 2 ++ tests/.gitignore | 2 ++ tests/ChangeLog | 2 ++ 8 files changed, 15 ins

[PATCH 1/2] Split top level .gitignore file

2020-12-20 Thread Dmitry V. Levin
Move subdirectory parts of the top level .gitignore into appropriate subdirectories. This would be consistent with ChangeLog files, currently one has to update the top level ChangeLog file when the top level .gitignore file is changed in a way that affects specific subdirectories only. Signed-off