chiark / gitweb /
util: don't fail recursive bind mounting if we cannot read the mount flags from an...
[elogind.git] / src / shared / util.h
index 4d5b9824d976a3330bb01946124624f00b063af2..4b7e12e62838164c93897eb8c28d6842c0b490a1 100644 (file)
@@ -1063,6 +1063,11 @@ int ptsname_malloc(int fd, char **ret);
 
 int openpt_in_namespace(pid_t pid, int flags);
 
+ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags);
+
 int fd_setcrtime(int fd, usec_t usec);
 int fd_getcrtime(int fd, usec_t *usec);
 int path_getcrtime(const char *p, usec_t *usec);
+int fd_getcrtime_at(int dirfd, const char *name, usec_t *usec, int flags);
+
+int same_fd(int a, int b);