summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/futimes.c
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-05-20 21:58:04 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-05-20 21:58:04 +0200
commitfc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66 (patch)
tree9ed4c1e26b51d6e3a861f878d622971de157f79b /testsuite/systemtap.syscall/futimes.c
parent3bf6ac451c7eecc5184e7823f29a293b7df53fa0 (diff)
downloadsystemtap-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.c2
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", &times );
- // 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