Changeset 2528 for branches


Ignore:
Timestamp:
Feb 5, 2006, 4:57:28 AM (20 years ago)
Author:
bird
Message:

#41: And added special file mode mask getter and extra validations to check that the mode mask we read has a valid type. This also shuts up some bad [f]chmod paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/sys/fs.c

    r2526 r2528  
    15981598             }
    15991599             else
    1600                  LIBC_ASSERTM_FAILED("Invalid file mode EA: u32=0%o (st_mode=0%o)\n", u32, pStat->st_mode);
     1600                 LIBC_ASSERTM_FAILED("Invalid file mode EA: u32=0%o\n", u32);
    16011601         }
    16021602         else
Note: See TracChangeset for help on using the changeset viewer.