aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fexecve.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fexecve.3')
-rw-r--r--man3/fexecve.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index 3321ad86da..b8c0577d4b 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -22,13 +22,14 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH FEXECVE 3 2006-03-06 "Linux" "Linux Programmer's Manual"
+.TH FEXECVE 3 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
fexecve \- execute program specified via file descriptor
.SH SYNOPSIS
.nf
.B #include <sys/time.h>
.sp
+.B #define _GNU_SOURCE
.BI "int fexecve(int " fd ", char *const " argv "[], char *const " envp []);
.fi
.SH DESCRIPTION