summaryrefslogtreecommitdiff
path: root/linux/syscall.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-07-24 01:57:11 +0000
committerRoland McGrath <roland@redhat.com>2007-07-24 01:57:11 +0000
commit6afc5659acc3df3d2e446ba4aa3a76bdd7264e1b (patch)
tree0cb461527501df4e852247ac911f95681e9b92ea /linux/syscall.h
parentb912ffe5ccfb0b682f1c18f44f5cc1f0eb4cb1b9 (diff)
downloadstrace-6afc5659acc3df3d2e446ba4aa3a76bdd7264e1b.tar.gz
2007-07-23 Ulrich Drepper <drepper@redhat.com>
* defs.h: Add new parameter to printtv_bitness prototype. (printttv): Pass zero for the new parameter. (printtv_special): New macro. * desc.c (decode_select): Pass zero for the new parameter of printtv_bitness. * file.c (utimensatflags): New macro. (sys_osf_utimes): Pass zero for the new parameter of printtv_bitness. (sys_utimes): Likewise. (sys_futimesat): Likewise. (decode_utimes): Add new parameter. Pass it to the printtv_bitness calls. Fix printing of time values. (sys_utimensat): New function. * time.c (UTIME_NOW, UTIME_OMIT): Define if not already happened. (printtv_bitness): Add new parameter. Print special UTIME_* values as strings if set. (sys_osf_gettimeofday): Pass zero for the new parameter of printtv_bitness. (sys_osf_settimeofday): Likewise. * linux/syscall.h: Declare sys_utimensat. * linux/syscallent.h: Add utimensat entry. * linux/x86_64/syscallent.h: Likewise.
Diffstat (limited to 'linux/syscall.h')
-rw-r--r--linux/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/syscall.h b/linux/syscall.h
index dbb7a847c..1922ee01f 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -102,6 +102,7 @@ int sys_waitid(), sys_fadvise64(), sys_fadvise64_64();
int sys_mbind(), sys_get_mempolicy(), sys_set_mempolicy(), sys_move_pages();
int sys_arch_prctl();
int sys_io_setup(), sys_io_submit(), sys_io_cancel(), sys_io_getevents(), sys_io_destroy();
+int sys_utimensat();
/* sys_socketcall subcalls */