From 6dc9032c654984992ef940fc975e99066897442d Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Fri, 4 Aug 2017 14:24:24 +0000 Subject: Introduce the flopenat(3) function. Reviewed by: des, emaste Differential Revision: https://reviews.freebsd.org/D11690 --- libutil/libutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libutil/libutil.h') diff --git a/libutil/libutil.h b/libutil/libutil.h index b20ffa2..fa924db 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -93,6 +93,7 @@ int expand_number(const char *_buf, uint64_t *_num); int extattr_namespace_to_string(int _attrnamespace, char **_string); int extattr_string_to_namespace(const char *_string, int *_attrnamespace); int flopen(const char *_path, int _flags, ...); +int flopenat(int _dirfd, const char *_path, int _flags, ...); int forkpty(int *_amaster, char *_name, struct termios *_termp, struct winsize *_winp); void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags); -- cgit v1.2.3