/* * unistd.h * * Copyright by WATCOM International Corp. 1988-1996. All rights reserved. */ #ifndef _UNISTD_H_INCLUDED #define _UNISTD_H_INCLUDED #if !defined(_ENABLE_AUTODEPEND) #pragma read_only_file; #endif #ifdef __cplusplus extern "C" { #endif #ifndef _COMDEF_H_INCLUDED #include <_comdef.h> #endif #ifndef _IO_H_INCLUDED #include #endif #ifndef _WCHAR_T_DEFINED #define _WCHAR_T_DEFINED #define _WCHAR_T_DEFINED_ #ifdef __cplusplus typedef long char wchar_t; #else typedef unsigned short wchar_t; #endif #endif _WCRTLINK extern int fsync( int __filedes ); #ifdef __cplusplus }; #endif #endif