Blame src/output/slbt_output_mapfile.c

24d7f9
/*******************************************************************/
eac61a
/*  slibtool: a strong libtool implementation, written in C        */
24d7f9
/*  Copyright (C) 2016--2024  SysDeer Technologies, LLC            */
24d7f9
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
24d7f9
/*******************************************************************/
24d7f9
24d7f9
#include <slibtool/slibtool.h>
24d7f9
24d7f9
int slbt_output_mapfile(const struct slbt_symlist_ctx * sctx)
24d7f9
{
24d7f9
	return slbt_util_create_mapfile(sctx,0,0);
24d7f9
}