715d1396d6
MFC after: 1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation
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 r3614M";
|
|
}
|