From edfca3b7e5931b5b5a83112e2a9813b068be99c2 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Mon, 5 Sep 2022 08:48:13 +0200 Subject: Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ludovic Courtès --- lib/fcntl.in.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/fcntl.in.h') diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index 26dedc304..9270ced89 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h @@ -1,6 +1,6 @@ /* Like , but with non-working flags defined to 0. - Copyright (C) 2006-2021 Free Software Foundation, Inc. + Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -435,6 +435,10 @@ _GL_WARN_ON_USE (openat, "openat is not portable - " # define AT_EACCESS 4 #endif +/* Ignore this flag if not supported. */ +#ifndef AT_NO_AUTOMOUNT +# define AT_NO_AUTOMOUNT 0 +#endif #endif /* _@GUARD_PREFIX@_FCNTL_H */ #endif /* _@GUARD_PREFIX@_FCNTL_H */ -- cgit v1.2.1