This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
TP-TR/chap1/application-sigrt.h
Super_JK bd84de1a32 :,)
2022-03-29 17:17:15 +02:00

10 lines
215 B
C

#ifndef __HAVE_APPLICATION_SIGRT__
#define __HAVE_APPLICATION_SIGRT__
# include <signal.h> // SIGRTMIN
# define SIGRT_START (SIGRTMIN +1)
# define SIGRT_FINAL ( SIGRTMIN +0)
# endif // __HAVE_APPLICATION_SIGRT__