Remove _GNU_SOURCE from example program.

This commit is contained in:
Michael Kerrisk 2006-05-24 12:18:39 +00:00
parent 69515438f3
commit 7b2d525933
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ The second command line argument can be used to specify characters that
control flags used to call \fBnftw\fP().
.nf
#define _GNU_SOURCE
#define _XOPEN_SOURCE 500
#include <ftw.h>
#include <stdio.h>