1 2 3 4 5 6 7 8
/* ISC license. */ #include <s6/ftrigw.h> int ftrigw_notify (char const *path, char c) { return ftrigw_notifyb(path, &c, 1) ; }