]> granicus.if.org Git - strace/blobdiff - print_timex.c
mem: decode hugetlb page size in mmap flags
[strace] / print_timex.c
index c6fd732e93fb803fa1d824e8026d7dd89d3458fa..6722906b60ef3b250f16a3b9ab1b26b9686e43ac 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 2006-2015 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2015-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -41,7 +42,7 @@ typedef struct timex struct_timex;
 #include "xlat/adjtimex_status.h"
 
 MPERS_PRINTER_DECL(int, print_timex,
-                  struct tcb *const tcp, const kernel_ureg_t addr)
+                  struct tcb *const tcp, const kernel_ulong_t addr)
 {
        struct_timex tx;