Prototype poll(2).

This commit is contained in:
mycroft 1996-09-07 14:30:56 +00:00
parent 65e2460e9e
commit 4723d5537c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: unistd.h,v 1.29 1996/08/09 10:32:11 mrg Exp $ */
/* $NetBSD: unistd.h,v 1.30 1996/09/07 14:30:56 mycroft Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -103,6 +103,7 @@ ssize_t write __P((int, const void *, size_t));
/* structure timeval required for select() */
#include <sys/time.h>
struct pollfd;
int acct __P((const char *));
char *brk __P((const char *));
@ -133,6 +134,7 @@ int mkstemp __P((char *));
char *mktemp __P((char *));
int nfssvc __P((int, void *));
int nice __P((int));
int poll __P((struct pollfd *, u_int, int));
void psignal __P((unsigned int, const char *));
extern __const char *__const sys_siglist[];
int profil __P((char *, size_t, u_long, u_int));