Browse Source

poll() as a system call

OPENBSD_2_0
deraadt 28 years ago
parent
commit
82148bcbe0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/include/poll.h

+ 7
- 0
src/include/poll.h View File

@ -0,0 +1,7 @@
/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */
/*
* Typical poll() implimentations expect poll.h to be in /usr/include.
* However this is not a convenient place for the real definitions.
*/
#include <sys/poll.h>

Loading…
Cancel
Save