bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] Avoid an utimes(2) warning


From: Bruno Haible
Subject: Re: [PATCH 2/4] Avoid an utimes(2) warning
Date: Tue, 27 Apr 2010 23:56:34 +0200
User-agent: KMail/1.9.9

Hi Andreas,

> * lib/utimens.c: On some systems, the timestamp parameter of
> utimens(2) is not declared as a const *; avoid warnings in that case.

You mean the parameter of futimesat(), futimes(), lutimes()?
And which platform is affected? I just checked futimesat() on Solaris
and futimes(), lutimes() on glibc, FreeBSD, NetBSD, OpenBSD, MacOS X,
Cygwin, and they appear all to have 'const' in their 'struct timeval *'
parameter.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]