mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Revert accidental commit.
This commit is contained in:
parent
ee84457a00
commit
ede47fe902
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user