mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
@@ -2153,6 +2153,9 @@ fsync_dir(const char *path)
|
||||
dfd = open(dirbuf, O_RDONLY
|
||||
#ifdef O_DIRECTORY
|
||||
| O_DIRECTORY
|
||||
#endif
|
||||
#ifdef O_NOFOLLOW
|
||||
| O_NOFOLLOW
|
||||
#endif
|
||||
);
|
||||
if (dfd == -1)
|
||||
|
||||
Reference in New Issue
Block a user