Re: [PATCH 02/10] Fix prototype for stime()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/30/2014 09:42 PM, Rasmus Villemoes wrote:
> The argument is const, both according to the actual header
> files and according to <http://www.sco.com/developers/devspecs/vol1a.pdf>.

Applied!

Thanks,

Michael


> Signed-off-by: Rasmus Villemoes <rv@xxxxxxxxxxxxxxxxxx>
> ---
>  man2/stime.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/stime.2 b/man2/stime.2
> index afecfba..fa47ecd 100644
> --- a/man2/stime.2
> +++ b/man2/stime.2
> @@ -33,7 +33,7 @@ stime \- set time
>  .SH SYNOPSIS
>  .B #include <time.h>
>  .sp
> -.BI "int stime(time_t *" t );
> +.BI "int stime(const time_t *" t );
>  .sp
>  .in -4n
>  Feature Test Macro Requirements for glibc (see
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux