diff options
author | Mark Wielaard <mwielaard@redhat.com> | 2008-05-20 21:58:04 +0200 |
---|---|---|
committer | Mark Wielaard <mwielaard@redhat.com> | 2008-05-20 21:58:04 +0200 |
commit | fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66 (patch) | |
tree | 9ed4c1e26b51d6e3a861f878d622971de157f79b /testsuite/systemtap.syscall/futimes.c | |
parent | 3bf6ac451c7eecc5184e7823f29a293b7df53fa0 (diff) | |
download | systemtap-steved-fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66.tar.gz systemtap-steved-fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66.tar.xz systemtap-steved-fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66.zip |
PR5001: Remove _stp_ctime and always use ctime.
Diffstat (limited to 'testsuite/systemtap.syscall/futimes.c')
-rw-r--r-- | testsuite/systemtap.syscall/futimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.syscall/futimes.c b/testsuite/systemtap.syscall/futimes.c index 359afad3..eca1efc7 100644 --- a/testsuite/systemtap.syscall/futimes.c +++ b/testsuite/systemtap.syscall/futimes.c @@ -31,7 +31,7 @@ int main() times.actime = 1000000000; times.modtime = 2000000000; syscall(__NR_utime, "foobar", × ); - // utime ("foobar", \[2001/09/09-01:46:40, 2033/05/18-03:33:20\]) + // utime ("foobar", \[Sun Sep 9 01:46:40 2001, Wed May 18 03:33:20 2033]) #endif /* __NR_utimes */ #ifdef __NR_utimes |