Changeset 192 for trunk/include


Ignore:
Timestamp:
Nov 12, 2008, 12:37:00 AM (16 years ago)
Author:
katerina
Message:

Fixes for cygwin, and improved error diagnostics (tickets #126, #127, #128).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_cat.h

    r185 r192  
    187187 MSG_FI_NOGRP,   
    188188 MSG_FI_NOUSR,   
    189  MSG_FI_LSTAT,   
     189 MSG_FI_STAT,   
    190190 MSG_FI_OBSC,     
    191191 MSG_FI_OBSC2,   
  • trunk/include/slib.h

    r190 r192  
    108108#define SL_EBADNAME  -1040     /* Invalid name.                        */
    109109#define SL_ESTAT     -1041     /* stat of file failed. Check errno.    */
     110#define SL_EFSTAT    -1042     /* fstat of file failed. Check errno.   */
    110111
    111112#define SL_EBADUID   -1050      /* Owner not trustworthy.              */
     
    115116#define SL_TOOMANY   -1053      /* Too many open files                 */
    116117#define SL_TIMEOUT   -1054      /* Timeout in read                     */
     118
     119#define SL_EISDIR    -1055      /* Is a directory                      */
    117120/*
    118121 * All int functions return SL_NONE on success.
Note: See TracChangeset for help on using the changeset viewer.