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;
}