mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 11:54:24 +08:00
crt: Remove _fgetc_nolock symbol alias
Symbol _fgetc_nolock is provided via mingw-w64-crt/stdio/_getc_nolock.c Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
42f8faf1d5
commit
fa1485a35b
@ -563,7 +563,6 @@ _get_tzname
|
||||
_get_unexpected
|
||||
_get_wpgmptr
|
||||
_getc_nolock
|
||||
_fgetc_nolock == _getc_nolock
|
||||
_getch
|
||||
_getch_nolock
|
||||
_getche
|
||||
|
@ -624,7 +624,6 @@ _get_tzname
|
||||
_get_unexpected
|
||||
_get_wpgmptr
|
||||
_getc_nolock
|
||||
_fgetc_nolock == _getc_nolock
|
||||
_getch
|
||||
_getch_nolock
|
||||
_getche
|
||||
|
@ -509,7 +509,6 @@ _get_tzname
|
||||
_get_unexpected
|
||||
_get_wpgmptr
|
||||
_getc_nolock
|
||||
_fgetc_nolock == _getc_nolock
|
||||
_getch
|
||||
_getch_nolock
|
||||
_getche
|
||||
|
@ -564,7 +564,6 @@ _get_tzname
|
||||
_get_unexpected
|
||||
_get_wpgmptr
|
||||
_getc_nolock
|
||||
_fgetc_nolock == _getc_nolock
|
||||
_getch
|
||||
_getch_nolock
|
||||
_getche
|
||||
|
Loading…
Reference in New Issue
Block a user