mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Revert accidental commit.
This commit is contained in:
@ -103,7 +103,7 @@ test_open ()
|
||||
close (ret);
|
||||
/* Open for write but no write permission */
|
||||
errno = 0;
|
||||
ret = open (NOWRITE, O_CREAT | O_RDONLY, S_IRUSR);
|
||||
ret = open (NOWRITE, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR);
|
||||
if (ret >= 0)
|
||||
{
|
||||
close (ret);
|
||||
|
Reference in New Issue
Block a user