File: mysigact.h

package info (click to toggle)
leafnode 1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: ansic: 10,961; sh: 1,709; xml: 627; makefile: 259; perl: 84; sed: 4
file content (8 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#ifndef MYSIGACT_H
#define MYSIGACT_H

#include "config.h"

int mysigact(int sig, int flags, void (* func)(int), int blockthis);

#endif