]> granicus.if.org Git - strace/commitdiff
xlat: add SO_TIMESTAMP*_NEW constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2019 16:16:29 +0000 (16:16 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2019 16:16:29 +0000 (16:16 +0000)
* xlat/sock_options.in (SO_TIMESTAMP_NEW, SO_TIMESTAMPNS_NEW,
SO_TIMESTAMPING_NEW): New constants introduced by Linux commits
v5.1-rc1~178^2~363^2~4 and v5.1-rc1~178^2~363^2~3.
* xlat/scmvals.in: Likewise.

xlat/scmvals.in
xlat/sock_options.in

index ebd5e14fb539aed5f479d6aa27b994a713a89241..c3b5539b17fcbffe1f99040f4cd423cc124765a8 100644 (file)
@@ -7,6 +7,9 @@ SO_TXTIME
 SO_TIMESTAMP_OLD
 SO_TIMESTAMPNS_OLD
 SO_TIMESTAMPING_OLD
+SO_TIMESTAMP_NEW
+SO_TIMESTAMPNS_NEW
+SO_TIMESTAMPING_NEW
 
 /* Generated by maint/gen_xlat_defs.sh -f '#x' -p 'SCM_TIMESTAMPING_' -c 'asm-generic/socket.h' -a 'asm/socket.h' */
 #if defined __sparc__
index 7504adf274992ad928af9a53b310e64e1cd109dd..619356e30945200890e906da0251efd61f7329b4 100644 (file)
@@ -453,3 +453,25 @@ SO_TXTIME  16438
 #else
 SO_TXTIME      61
 #endif
+
+#if defined __sparc__
+SO_TIMESTAMP_NEW       70
+#elif defined __hppa__
+SO_TIMESTAMP_NEW       16440
+#else
+SO_TIMESTAMP_NEW       63
+#endif
+#if defined __sparc__
+SO_TIMESTAMPNS_NEW     66
+#elif defined __hppa__
+SO_TIMESTAMPNS_NEW     16441
+#else
+SO_TIMESTAMPNS_NEW     64
+#endif
+#if defined __sparc__
+SO_TIMESTAMPING_NEW    67
+#elif defined __hppa__
+SO_TIMESTAMPING_NEW    16442
+#else
+SO_TIMESTAMPING_NEW    65
+#endif