mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
perf trace: Sync linux/socket.h with the kernel source
To pick up changes from:
c66e0f453d ("net: use ktime_t in struct scm_timestamping_internal")
This would be used to beautify networking syscall arguments and not to
affect builds of other tools (e.g. objtool).
Please see tools/include/uapi/README.
Reviewed-by: Ian Rogers <irogers@google.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
254f49634e
commit
aa13e4b120
|
|
@ -415,7 +415,7 @@ struct __kernel_timespec;
|
|||
struct old_timespec32;
|
||||
|
||||
struct scm_timestamping_internal {
|
||||
struct timespec64 ts[3];
|
||||
ktime_t ts[3];
|
||||
};
|
||||
|
||||
extern void put_cmsg_scm_timestamping64(struct msghdr *msg, struct scm_timestamping_internal *tss);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user