Re: Good idea to rename files in include/uapi/ ?
From: David Howells
Date: Sun Jun 14 2020 - 16:19:51 EST
Alexander A. Klimov <grandmaster@xxxxxxxxxxxx> wrote:
> *Is it a good idea to rename files in include/uapi/ ?*
Very likely not. If programs out there are going to be built on a
case-sensitive filesystem (which happens all the time), they're going to break
if you rename the headers. We're kind of stuck with them.
David