diff options
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index a41348e32e..e379c30e63 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -870,3 +870,5 @@ int mkostemp_safe(char *pattern, int flags); int open_tmpfile(const char *path, int flags); int fd_warn_permissions(const char *path, int fd); + +unsigned long parse_personality(const char *p); |