mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
5d93595789
Missed in r280932
11 lines
131 B
C
11 lines
131 B
C
/* $FreeBSD$ */
|
|
|
|
#include <sys/types.h>
|
|
#include <libelftc.h>
|
|
|
|
const char *
|
|
elftc_version(void)
|
|
{
|
|
return "elftoolchain r3179M";
|
|
}
|