s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

s6lockd.h (123B)


      1 /* ISC license. */
      2 
      3 #ifndef S6LOCKD_H
      4 #define S6LOCKD_H
      5 
      6 extern int s6lockd_openandlock (char const *, int, int) ;
      7 
      8 #endif