22 lines
532 B
C
22 lines
532 B
C
/* @(#)46 1.6 src/bos/usr/include/errno.h, incstd, bos411, 9428A410j 1/12/93 16:58:42 */
|
|
|
|
/*
|
|
* COMPONENT_NAME: (INCSTD) Standard Include Files
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1985, 1992
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
#ifndef _H_ERRNO
|
|
#include <sys/errno.h>
|
|
extern int errno;
|
|
#endif /* _H_ERRNO */
|