Add #define _GNU_SOURCE to prototype

This commit is contained in:
Michael Kerrisk 2006-05-26 19:14:38 +00:00
parent 82708f9a97
commit b325f1fd9c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
assert_perror \- test errnum and abort
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.B #include <assert.h>
.sp
.BI "void assert_perror(int " errnum );