Changeset b8b23c8 in mainline for uspace/lib/libc/include/errno.h


Ignore:
Timestamp:
2008-01-26T22:27:34Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fe186f
Parents:
9415601
Message:

More elegant, flexible and complete version of tmpfs_lookup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/errno.h

    r9415601 rb8b23c8  
    3838#include <kernel/errno.h>
    3939
     40#define ENAMETOOLONG    (-256)
     41#define EISDIR          (-257)
     42#define ENOTDIR         (-258)
     43#define ENOSPC          (-259)
     44#define EEXIST          (-260)
     45
    4046#endif
    4147
Note: See TracChangeset for help on using the changeset viewer.