Skip to content

Commit

Permalink
Remove non-standard flags
Browse files Browse the repository at this point in the history
  • Loading branch information
isage authored and d3m3vilurr committed Jan 22, 2025
1 parent 2d869fe commit 5f6d38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newlib/libc/sys/vita/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
{
Expand Down

0 comments on commit 5f6d38c

Please sign in to comment.