summaryrefslogtreecommitdiff
path: root/man3/strfry.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2004-12-17 15:10:49 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2004-12-17 15:10:49 +0000
commitd49daffc1a03fec5b1a01cf4b4509e2376511c9a (patch)
tree8302576cf1ee5b8dd8f6a26871f94c7fe598b86e /man3/strfry.3
parente03e2055bc5113db6e482a72b3ff96a11bcd8c5e (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.32
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 );