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)
commit38c77d7816167f736aa3c2a90c9a5de8b6c618c9
tree221d0b9816ca2f31df1634137f4f046e4d80e48f
parent8c0658995f3fcb6f79d1624b675de5320b5d8e1a
cdrom: Rename "stat" to "cdr_stat"

"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>
libpcsxcore/cdrom.c