Ignore:
Timestamp:
Nov 2, 2023, 8:57:17 AM (11 months ago)
Author:
katerina
Message:

Fix for ticket #468 (file attributes). Also add option to switch off check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r481 r580  
    217217int sh_unix_setcheckacl (const char * c);
    218218#endif
     219#if defined(__linux__) || defined(HAVE_STAT_FLAGS)
     220int sh_unix_setcheckattributes (const char * c);
     221#endif
    219222
    220223/* set I/O limit
Note: See TracChangeset for help on using the changeset viewer.