From 5f6d38c8e77d53be0e36065bbb2527512bf19d5e Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Mon, 20 Jan 2025 18:58:02 +0300 Subject: [PATCH] Remove non-standard flags --- newlib/libc/sys/vita/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/sys/vita/fcntl.c b/newlib/libc/sys/vita/fcntl.c index 2c55da534..78fcb013a 100644 --- a/newlib/libc/sys/vita/fcntl.c +++ b/newlib/libc/sys/vita/fcntl.c @@ -37,7 +37,7 @@ DEALINGS IN THE SOFTWARE. #include "vitanet.h" extern FILE *__sfp (struct _reent *); -#define SETFL_FLAGS (O_NONBLOCK | O_APPEND | O_DIRECT | O_ASYNC | O_SYNC | O_DSYNC) +#define SETFL_FLAGS (O_NONBLOCK | O_APPEND | O_DIRECT | O_SYNC ) int _fcntl_r(struct _reent *reent, int fd, int cmd, ...) {