Re: [PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
From: David Howells <dhowells@redhat.com>
Date: 2021-12-02 15:02:07
Also in:
linux-arch, lkml, ltp
From: David Howells <dhowells@redhat.com>
Date: 2021-12-02 15:02:07
Also in:
linux-arch, lkml, ltp
Zack Weinberg [off-list ref] wrote:
I could be persuaded otherwise with an example of a program for which changing __s64 from 'long long' to 'long' would break *binary* backward compatibility, or similarly for __u64.
C++ could break. David