Changeset 525 for trunk/include


Ignore:
Timestamp:
May 17, 2017, 8:46:51 PM (7 years ago)
Author:
katerina
Message:

Log error if the close() on the baseline database fails (ticket #420).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_cat.h

    r481 r525  
    7676 MSG_CHECK_1,     
    7777 MSG_CHECK_2,     
    78  MSG_STAMP,       
     78 MSG_STAMP,
     79 MSG_DCLOSE,
    7980                 
    8081 MSG_D_START,     
  • trunk/include/slib.h

    r481 r525  
    108108#define SL_EWRITE    -1037     /* Write error. Check errno.            */
    109109#define SL_ESYNC     -1038     /* Write error. Check errno.            */
     110#define SL_ECLOSE    -1039     /* Close error. Check errno.            */
    110111
    111112#define SL_EBADNAME  -1040     /* Invalid name.                        */
Note: See TracChangeset for help on using the changeset viewer.