Merge from libretro/master:7ff457f for repo synchronization

This commit is contained in:
kub 2022-04-19 23:58:59 +02:00
parent 45d0add214
commit a5085db3ea
19 changed files with 1015 additions and 311 deletions

View file

@ -1017,6 +1017,7 @@ const char * ZEXPORT gzerror (file, errnum)
return (const char*)s->msg;
}
#if 0
/* ===========================================================================
Clear the error and end-of-file flags, and do the same for the real file.
*/
@ -1030,3 +1031,4 @@ void ZEXPORT gzclearerr (file)
s->z_eof = 0;
clearerr(s->file);
}
#endif