summaryrefslogtreecommitdiff
path: root/src/arbits/output/slbt_au_output_dlsyms.c
blob: 512f60f5759b9f3b1c6acad696dd0d729ee1f02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*******************************************************************/
/*  slibtool: a strong libtool implementation, written in C        */
/*  Copyright (C) 2016--2024  SysDeer Technologies, LLC            */
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/

#include <slibtool/slibtool.h>

int slbt_au_output_dlsyms(struct slbt_archive_ctx ** arctxv, const char * dlunit)
{
	return slbt_ar_create_dlsyms(arctxv,dlunit,0,0);
}