grep -w 924 /usr/include/sys/errno.h
$ grep -w 924 /usr/include/sys/errno.h
$ more /usr/include/sys/errno.h
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* bos520 src/bos/kernel/sys/errno.h 1.27.1.23 */
/* */
/* Licensed Materials - Property of IBM */
/* */
/* (C) COPYRIGHT International Business Machines Corp. 1985,1995 */
/* All Rights Reserved */
/* */
/* US Government Users Restricted Rights - Use, duplication or */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/* */
/* IBM_PROLOG_END_TAG */
/* @(#)49 1.27.1.23 src/bos/kernel/sys/errno.h, incstd, bos520 1/25/01 16
:31:11 */
/*
* COMPONENT_NAME: (INCSTD) Standard Include Files
*
* FUNCTIONS:
*
* ORIGINS: 27,71
*
* (C) COPYRIGHT International Business Machines Corp. 1985, 1996
* 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.
*/
/*
* (c) Copyright 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
* ALL RIGHTS RESERVED
*/
#ifndef _H_ERRNO
#define _H_ERRNO
#include <standards.h>
/*
* Error codes
*
* The ANSI, POSIX, and XOPEN standards require that certain values be
* in errno.h. The standards allow additional macro definitions,
* beginning with an E and an uppercase letter.
*
*/