Changeset 78 for trunk/include/sh_unix.h


Ignore:
Timestamp:
Jan 9, 2007, 10:32:21 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #41 (unable to deactivate processcheck), and minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r68 r78  
    259259/* Test whether file exists
    260260 */
    261 int sh_unix_file_stat(char * path);
     261int sh_unix_file_exists(char * path);
    262262
    263263/* test whether file exists with proper attributes
    264264 */
    265 int sh_unix_file_exists(int fd);
     265int sh_unix_device_readable(int fd);
    266266
    267267/* local host
Note: See TracChangeset for help on using the changeset viewer.