timer_create.2: Minor change to example

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-10 21:41:59 +13:00
parent a31a4d2918
commit 02539b88ba
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Caught signal 34
#include <time.h>
#define CLOCKID CLOCK_REALTIME
#define SIG (SIGRTMIN)
#define SIG SIGRTMIN
#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\
} while (0)