diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-12-17 15:10:49 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-12-17 15:10:49 +0000 |
commit | d49daffc1a03fec5b1a01cf4b4509e2376511c9a (patch) | |
tree | 8302576cf1ee5b8dd8f6a26871f94c7fe598b86e /man3/strfry.3 | |
parent | e03e2055bc5113db6e482a72b3ff96a11bcd8c5e (diff) |
Joshua Kwan
Added _GNU_SOURCE to prototype
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213538
Diffstat (limited to 'man3/strfry.3')
-rw-r--r-- | man3/strfry.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/strfry.3 b/man3/strfry.3 index c4e84e99..8a67e1b0 100644 --- a/man3/strfry.3 +++ b/man3/strfry.3 @@ -30,6 +30,8 @@ strfry \- randomize a string .SH SYNOPSIS .nf +.B #define _GNU_SOURCE +.br .B #include <string.h> .sp .BI "char *strfry(char *" string ); |