From Alberto Luaces, build fix for Cygwin.

This commit is contained in:
Robert Osfield 2007-10-03 10:36:59 +00:00
parent 90eaf41007
commit e928efc7a4

View File

@ -921,8 +921,8 @@ bool sockbuf::atmark () const
return arg!=0;
}
#if !defined(WIN32)
//#if !(defined(__CYGWIN__) || defined(WIN32))
//#if !defined(WIN32)
#if !(defined(__CYGWIN__) || defined(WIN32))
int sockbuf::pgrp () const
// return the process group id that would receive SIGIO and SIGURG
// signals