Subversion Repositories SvarDOS

Rev

Rev 616 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 616 Rev 886
1
/*!\file sys/errno.h
1
/*!\file sys/errno.h
2
 *
2
 *
3
 * Compatibility header.
3
 * Compatibility header.
4
 */
4
 */
5
 
5
 
6
/*
6
/*
7
 * The naming <sys/w??.h> is required for those compilers that
7
 * The naming <sys/w??.h> is required for those compilers that
8
 * have <sys/??.h> in the usual place but doesn't define stuff
8
 * have <sys/??.h> in the usual place but doesn't define stuff
9
 * related to Watt-32's BSD-socket interface.
9
 * related to Watt-32's BSD-socket interface.
10
 */
10
 */
11
 
11
 
12
#ifndef __SYS_WERRNO_H
12
#ifndef __SYS_WERRNO_H
13
#include <sys/werrno.h>
13
#include <sys/werrno.h>
14
#endif
14
#endif
15
 
15
 
16
 
16