mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
Change the callers of __vfscanf_internal and __vfwscanf_internal that want C99-compliant behavior to communicate this via the new flags argument, rather than setting bits on the FILE object. This also means these functions do not need to do their own locking. Tested for powerpc and powerpc64le.
This commit is contained in:
committed by
Gabriel F. T. Gomes
parent
349718d4d7
commit
b87eb3f8fe
@ -92,7 +92,6 @@ typedef union
|
||||
#define _IO_FLAGS2_NOTCANCEL 2
|
||||
#define _IO_FLAGS2_FORTIFY 4
|
||||
#define _IO_FLAGS2_USER_WBUF 8
|
||||
#define _IO_FLAGS2_SCANF_STD 16
|
||||
#define _IO_FLAGS2_NOCLOSE 32
|
||||
#define _IO_FLAGS2_CLOEXEC 64
|
||||
#define _IO_FLAGS2_NEED_LOCK 128
|
||||
|
Reference in New Issue
Block a user