runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

iopause.h (164B)


      1 #ifndef IOPAUSE_H
      2 #define IOPAUSE_H
      3 
      4 struct pollfd;
      5 struct taia;
      6 
      7 void iopause(struct pollfd *x,unsigned int len,struct taia *deadline,struct taia *stamp);
      8 
      9 #endif