[PATCH] implement futimes

Mike Frysinger vapier at gentoo.org
Sun Nov 22 00:48:17 UTC 2009


On Wednesday 18 November 2009 19:32:14 Rob Landley wrote:
> User Mode Linux uses futimes(), and thus won't build against uClibc.  This
>  was my quick and dirty first stab at implementing it.  Not very heavily
>  tested.

convince them to convert to futimens() which is in POSIX.  ignoring that:
	- hidden proto's go in the header file where the prototype can be found
	- we dont bother adding hidden aliases unless something else wants them
	- instead of doing INLINE_SYSCALL(), why not call the utimensat() in uClibc
	- a few style issues ...
		- "f+1" -> "f + 1"
		- the statement for the else goes on its own line
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20091121/7b32b949/attachment.pgp>


More information about the uClibc mailing list