Skip to content

Commit

Permalink
tests: Add missing prototype for dlclose
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Nov 7, 2023
1 parent 75add38 commit 214d9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fake_dlclose.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
SPDX-License-Identifier: Apache-2.0 */
#include <stdio.h>

extern int dlclose(void *handle);

int dlclose(void *handle)
{
return 0;
Expand Down

0 comments on commit 214d9aa

Please sign in to comment.