Add fileno_unlocked to support thread sanitizer.
Bug: 25392375 Change-Id: If3f92a0e08a53f4b59e01397e8efa307d8572349
This commit is contained in:
@@ -270,6 +270,7 @@ int vasprintf(char ** __restrict, const char * __restrict,
|
||||
void clearerr_unlocked(FILE*);
|
||||
int feof_unlocked(FILE*);
|
||||
int ferror_unlocked(FILE*);
|
||||
int fileno_unlocked(FILE*);
|
||||
|
||||
/*
|
||||
* Stdio function-access interface.
|
||||
|
||||
Reference in New Issue
Block a user