summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-04 17:41:49 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-04 17:41:49 +0000
commitda48ebc4de409fe039826d36b1da1f78ff5f84fc (patch)
tree58e2ac3c336e4a06eba7123cc97c0c89fb6671c1 /libutil/libutil.h
parentde6f37f33940a64b85b2af2d427295b55a93e2e1 (diff)
parent6dc9032c654984992ef940fc975e99066897442d (diff)
downloadpw-darwin-da48ebc4de409fe039826d36b1da1f78ff5f84fc.tar.gz
pw-darwin-da48ebc4de409fe039826d36b1da1f78ff5f84fc.tar.zst
pw-darwin-da48ebc4de409fe039826d36b1da1f78ff5f84fc.zip
MFhead@r322057
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h1
1 files changed, 1 insertions, 0 deletions
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);