Loading arch/um/os-Linux/file.c +2 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,8 @@ int os_open_file(const char *file, struct openflags flags, int mode) f |= O_TRUNC; if (flags.e) f |= O_EXCL; if (flags.a) f |= O_APPEND; fd = open64(file, f, mode); if (fd < 0) Loading Loading
arch/um/os-Linux/file.c +2 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,8 @@ int os_open_file(const char *file, struct openflags flags, int mode) f |= O_TRUNC; if (flags.e) f |= O_EXCL; if (flags.a) f |= O_APPEND; fd = open64(file, f, mode); if (fd < 0) Loading