bind-mount.h (flatpak-1.15.1.tar.xz) | : | bind-mount.h (flatpak-1.15.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
BIND_MOUNT_ERROR_REOPEN_DEST, | BIND_MOUNT_ERROR_REOPEN_DEST, | |||
BIND_MOUNT_ERROR_READLINK_DEST_PROC_FD, | BIND_MOUNT_ERROR_READLINK_DEST_PROC_FD, | |||
BIND_MOUNT_ERROR_FIND_DEST_MOUNT, | BIND_MOUNT_ERROR_FIND_DEST_MOUNT, | |||
BIND_MOUNT_ERROR_REMOUNT_DEST, | BIND_MOUNT_ERROR_REMOUNT_DEST, | |||
BIND_MOUNT_ERROR_REMOUNT_SUBMOUNT, | BIND_MOUNT_ERROR_REMOUNT_SUBMOUNT, | |||
} bind_mount_result; | } bind_mount_result; | |||
bind_mount_result bind_mount (int proc_fd, | bind_mount_result bind_mount (int proc_fd, | |||
const char *src, | const char *src, | |||
const char *dest, | const char *dest, | |||
bind_option_t options); | bind_option_t options, | |||
char **failing_path); | ||||
const char *bind_mount_result_to_string (bind_mount_result res, | ||||
bool *want_errno); | ||||
void die_with_bind_result (bind_mount_result res, | void die_with_bind_result (bind_mount_result res, | |||
int saved_errno, | int saved_errno, | |||
const char *failing_path, | ||||
const char *format, | const char *format, | |||
...) | ...) | |||
__attribute__((__noreturn__)) | __attribute__((__noreturn__)) | |||
__attribute__((format (printf, 3, 4))); | __attribute__((format (printf, 4, 5))); | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 3 lines changed or added |