Changeset 162f919 in mainline for generic/include/errno.h


Ignore:
Timestamp:
2006-05-02T21:49:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc35e88
Parents:
281224a
Message:

Added means to make a simple action upon interrupt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/errno.h

    r281224a r162f919  
    4242                        * to close the connection.  */
    4343#define EEXISTS    -8  /* Entry already exists */
     44#define EBADMEM    -9  /* Bad memory pointer */
    4445
    4546#endif
Note: See TracChangeset for help on using the changeset viewer.