* include/sys/cygwin.h: Declare some thread classes.

* include/mntent.h: Avoid declaring functions.
This commit is contained in:
Christopher Faylor
2000-08-22 15:12:29 +00:00
parent bccd5e0d85
commit d6483e830f
3 changed files with 10 additions and 0 deletions

View File

@ -109,6 +109,9 @@ enum
SIZEOF_PER_PROCESS) to make sure you remember to make the adjustment.
*/
class ResourceLocks;
class MTinterface;
struct per_process
{
char *initial_sp;