Updated utimensat test program

2007-04-27 Thread Ulrich Drepper
This is the updated test program for the utimensat syscall. Cleaned up a bit and extended to cover the lutimesat functionality. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖ #include #include #include #include #include #include #define __NR_utimensat 280

Updated utimensat test program

2007-04-27 Thread Ulrich Drepper
This is the updated test program for the utimensat syscall. Cleaned up a bit and extended to cover the lutimesat functionality. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖ #include errno.h #include fcntl.h #include time.h #include sys/time.h #include stddef.h