New error ISO_LFA_NO_OPEN_LOCAL to distinguish open failure from ioctl failure

This commit is contained in:
2024-09-08 12:11:36 +02:00
parent 5937ffddd7
commit 411d818bf8
5 changed files with 44 additions and 8 deletions

View File

@@ -9732,6 +9732,11 @@ int iso_conv_name_chars(IsoWriteOpts *opts, char *name, size_t name_len,
(SORRY,HIGH, -434) */
#define ISO_LFA_NO_SET_LOCAL 0xE030FE4E
/** Failure to open local file for setting Linux-like file attributes
(SORRY,HIGH, -435) */
#define ISO_LFA_NO_OPEN_LOCAL 0xE030FE4D
/* Internal developer note:
Place new error codes directly above this comment.