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

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: --*/
                     15: 
                     16: #ifndef _ERRNO_
                     17: #define _ERRNO_
                     18: 
                     19: #include <sys/errno.h>
                     20: 
1.1.1.2 ! root       21: #ifdef __cplusplus
        !            22: extern "C" {
        !            23: #endif
        !            24: 
1.1       root       25: extern int errno;
                     26: 
1.1.1.2 ! root       27: #ifdef __cplusplus
        !            28: }
        !            29: #endif
        !            30: 
1.1       root       31: #endif /* _ERRNO_ */

unix.superglobalmegacorp.com

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