blob: 6aabc5033629c7d34d68c99d9ce06233ea44faf5 [file] [log] [blame]
xiaohu.huangbf62d7b2023-07-18 18:02:43 +08001/*
2 * Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#include "aml_fflush.h"
8
9int fflush(FILE *stream)
10{
11 (void)stream;
12
13 return 0;
14}