cdrom: Rename "stat" to "cdr_stat"
authorPaul Cercueil <paul@crapouillou.net>
Wed, 29 May 2024 13:46:57 +0000 (15:46 +0200)
committernotaz <notasas@gmail.com>
Wed, 29 May 2024 21:00:08 +0000 (00:00 +0300)
"stat" is a C function from <sys/stat.h>. While libpcsxcore/cdrom.c does
not include this header, some of the headers it does include may
actually include it themselves (depending on the C library).

Work around possible name conflicts by just renaming the offending
variable.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found