Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/io.c

    r82582e4 r47b7006  
    173173                }
    174174                *flags = (O_APPEND | O_CREAT) | (plus ? O_RDWR : O_WRONLY);
    175                 break;
    176175        default:
    177176                errno = EINVAL;
Note: See TracChangeset for help on using the changeset viewer.