Annotation of mstools/posix/h/errno.h, revision 1.1

1.1     ! root        1: /*++
        !             2: 
        !             3: Copyright (c) 1989  Microsoft Corporation
        !             4: 
        !             5: Module Name:
        !             6: 
        !             7:    errno.h
        !             8: 
        !             9: Abstract:
        !            10: 
        !            11:    This module contains the implementation defined values for the POSIX error
        !            12:    number as described in section 2.5 of IEEE P1003.1/Draft 13.
        !            13: 
        !            14: Author:
        !            15: 
        !            16:    Mark Lucovsky     21-Feb-1989
        !            17: 
        !            18: Revision History:
        !            19: 
        !            20:    Sam Patton       23-July-1991    added sockets specific error codes
        !            21:    Sam Patton       26-July-1991    added #define of _POSIX_SOURCE
        !            22:                                     if _SOCKETS_SOURCE is #defined
        !            23:    Mike Massa       09-Sept-1991    merged into sys\errno.h                                    
        !            24: 
        !            25: --*/
        !            26: 
        !            27: #ifndef _ERRNO_
        !            28: #define _ERRNO_
        !            29: 
        !            30: #include <sys/errno.h>
        !            31: 
        !            32: extern int errno;
        !            33: 
        !            34: #endif /* _ERRNO_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.