14 lines
172 B
C
14 lines
172 B
C
/* @(#)errno.h 1.1 92/07/30 SMI; from S5R2 1.2 */
|
|
|
|
/*
|
|
* Error codes
|
|
*/
|
|
|
|
#ifndef _errno_h
|
|
#define _errno_h
|
|
|
|
#include <sys/errno.h>
|
|
extern int errno;
|
|
|
|
#endif /*!_errno_h*/
|