Remove deprecated net layer
[charm.git] / src / arch / win32 / unistd.h
blob0bfaa49f799ecedc9a99baaed031bc290f8db15d
1 /* DUMMY unistd.h for netlrts-win32 build */
2 /*
3 for example:
4 xi-scan.C which is automatically generated by flex needs this header
5 file
6 */
8 #ifdef __cplusplus
9 extern "C"
10 #endif
11 int isatty (int );