GO32 does not have sockets.

This commit is contained in:
Joel Sherrill
1998-03-27 21:08:59 +00:00
parent fb94e65fa7
commit ece79bb1ab

View File

@@ -58,8 +58,10 @@ int __rtems_fstat(int _fd, struct stat* _sbuf)
break;
case RTEMS_FILE_DESCRIPTOR_TYPE_SOCKET:
#if !defined(__GO32__)
_sbuf->st_mode = S_IFSOCK;
break;
#endif
default:
puts( "__rtems_fstat -- unknown file descriptor type" );