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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to