Re: [PATCH] rcutorture/nolibc: Fix a typo in header file

2020-10-12 Thread Willy Tarreau
Hello Samuel, On Sun, Oct 11, 2020 at 02:22:31PM -0400, Samuel Hernandez wrote: > Signed-off-by: Samuel Hernandez > --- > This fixes a supposed typo. Before this, the AT_FDCWD macro would be defined > regardless of whether or not it's been defined before. Good catch! Please note that the commit

[PATCH] rcutorture/nolibc: Fix a typo in header file

2020-10-11 Thread Samuel Hernandez
Signed-off-by: Samuel Hernandez --- This fixes a supposed typo. Before this, the AT_FDCWD macro would be defined regardless of whether or not it's been defined before. tools/include/nolibc/nolibc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/nolibc/nolibc.h