summaryrefslogtreecommitdiff
path: root/src/internal/version.c
blob: dc044ec4129fb1c870ce30cb91b96a35a3a3df93 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "version.h"

static const char version[] = VERSION;

__attribute__((__visibility__("hidden")))
const char *__libc_get_version()
{
	return version;
}