Define INFTIM, a la Solaris.

This commit is contained in:
mycroft 1996-09-07 21:44:59 +00:00
parent d3a4eeb1fe
commit f0ab97d9b1
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: poll.h,v 1.1 1996/09/07 17:42:49 mycroft Exp $ */
/* $NetBSD: poll.h,v 1.2 1996/09/07 21:44:59 mycroft Exp $ */
/*
* Copyright (c) 1996 Charles M. Hannum. All rights reserved.
@ -56,6 +56,11 @@ struct pollfd {
#define POLLHUP 0x0010
#define POLLNVAL 0x0020
/*
* Infinite timeout value.
*/
#define INFTIM -1
#ifndef _KERNEL
#include <sys/cdefs.h>