Commit 6c5b9de2 authored by Samuel Hernandez's avatar Samuel Hernandez Committed by Paul E. McKenney
Browse files

rcutorture/nolibc: Fix a typo in header file



This fixes a typo. Before this, the AT_FDCWD macro would be defined
regardless of whether or not it's been defined before.

Signed-off-by: default avatarSamuel Hernandez <sam.hernandez.amador@gmail.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent a7eb937b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ struct rusage {
#define DT_SOCK   12

/* all the *at functions */
#ifndef AT_FDWCD
#ifndef AT_FDCWD
#define AT_FDCWD             -100
#endif