Changeset 317 for trunk/include


Ignore:
Timestamp:
Mar 15, 2011, 8:54:21 PM (14 years ago)
Author:
katerina
Message:

Further refinements for lstat in subprocess (ticket #236).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_calls.h

    r315 r317  
    4040#endif
    4141
    42 int sh_calls_set_sub (const char * str);
     42void sh_calls_enable_sub();
     43int  sh_calls_set_sub (const char * str);
    4344
    4445long int retry_stat (const char * file, int line,
     
    4647long int retry_fstat(const char * file, int line,
    4748                     int filed,             struct stat *buf);
     49long int retry_lstat_ns(const char * file, int line,
     50                        const char *file_name, struct stat *buf);
    4851long int retry_lstat(const char * file, int line,
    4952                     const char *file_name, struct stat *buf);
Note: See TracChangeset for help on using the changeset viewer.