From cecb112e8e626d495725dbc8f4970633816188bd Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Wed, 30 Apr 2014 21:42:34 +0200 Subject: [PATCH] stime.2: Fix prototype for stime() The argument is const, both according to the actual header files and according to . Signed-off-by: Rasmus Villemoes Signed-off-by: Michael Kerrisk --- man2/stime.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/stime.2 b/man2/stime.2 index afecfba4b..fa47ecd20 100644 --- a/man2/stime.2 +++ b/man2/stime.2 @@ -33,7 +33,7 @@ stime \- set time .SH SYNOPSIS .B #include .sp -.BI "int stime(time_t *" t ); +.BI "int stime(const time_t *" t ); .sp .in -4n Feature Test Macro Requirements for glibc (see