Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
rtos_sdk
/
libc
/
refs/heads/odroidc5-v2023.01
/
.
/
aml
/
aml_fflush.c
blob: 6aabc5033629c7d34d68c99d9ce06233ea44faf5 [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#include
"aml_fflush.h"
int
fflush
(
FILE
*
stream
)
{
(
void
)
stream
;
return
0
;
}