Subversion Repositories SvarDOS

Rev

Rev 616 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
207 mateuszvis 1
/*!\file sys/errno.h
2
 *
3
 * Compatibility header.
4
 */
5
 
6
/*
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
9
 * related to Watt-32's BSD-socket interface.
10
 */
11
 
12
#ifndef __SYS_WERRNO_H
13
#include <sys/werrno.h>
14
#endif
15