mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
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";
|
|
}
|