[BACK]Return to errno.h CVS log [TXT][DIR] Up to [local] / prex-old / usr / include

File: [local] / prex-old / usr / include / errno.h (download)

Revision 1.1.1.1.2.1, Wed Aug 13 16:12:36 2008 UTC (15 years, 8 months ago) by nbrk
Branch: PREX_0_8_BASE
Changes since 1.1.1.1: +5 -0 lines

Prex 0.8.0 has been released. Branch off from vanilla PREX_0_7_BASE preparing
the tree for backporting my changes.

#ifndef _ERRNO_H_
#define _ERRNO_H_

#include <sys/errno.h>

extern int errno;			/* global error number */

#endif /* !_ERRNO_H_ */