mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-12 08:21:58 +03:00
Remove use of INTDEF/INTUSE in libio
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
# include <stdio-common/stdio_ext.h>
|
||||
|
||||
extern int __fsetlocking_internal (FILE *__fp, int __type) attribute_hidden;
|
||||
libc_hidden_proto (__fsetlocking)
|
||||
|
||||
#define __fsetlocking(fp, type) \
|
||||
({ int __result = ((fp->_flags & _IO_USER_LOCK) \
|
||||
|
Reference in New Issue
Block a user