Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 675 → Rev 676

/pkgnet/tags/20220214/watt32/inc/sys/errno.h
0,0 → 1,15
/*!\file sys/errno.h
*
* Compatibility header.
*/
 
/*
* The naming <sys/w??.h> is required for those compilers that
* have <sys/??.h> in the usual place but doesn't define stuff
* related to Watt-32's BSD-socket interface.
*/
 
#ifndef __SYS_WERRNO_H
#include <sys/werrno.h>
#endif