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

Annotation of prex/usr/include/errno.h, Revision 1.1

1.1     ! nbrk        1: #ifndef _ERRNO_H_
        !             2: #define _ERRNO_H_
        !             3:
        !             4: #include <sys/errno.h>
        !             5:
        !             6: extern int errno;                      /* global error number */
        !             7:
        !             8: #endif /* !_ERRNO_H_ */

CVSweb