source: mainline/uspace/lib/compat/errno.h@ 3daba9de

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 3daba9de was 3daba9de, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Added signal.h (just symbols, no functionality) and various other bits.

  • Property mode set to 100644
File size: 281 bytes
RevLine 
[3daba9de]1
2#ifndef COMPAT_ERRNO_H
3#define COMPAT_ERRNO_H
4
5#include "../../c/include/errno.h"
6
7// TODO: HelenOS has negative error codes, while C standard dictates
8// positive. Does any sane application depend on this, or can
9// we just leave it as is?
10
11#endif // COMPAT_ERRNO_H
12
Note: See TracBrowser for help on using the repository browser.