diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-12-01 17:49:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-12-01 17:49:42 +0000 |
| commit | 31942939034ecc9586d0e44f1c9ce30d0816dca9 (patch) | |
| tree | b5191de270f7e85906a95d316dda5b037968fa58 /lib/libelftc/elftc_version.c | |
| parent | 6afb32fc67fa07a0cae683ef3fffe318e1e983df (diff) | |
Notes
Diffstat (limited to 'lib/libelftc/elftc_version.c')
| -rw-r--r-- | lib/libelftc/elftc_version.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c new file mode 100644 index 000000000000..f04781fe2b2c --- /dev/null +++ b/lib/libelftc/elftc_version.c @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +#include <sys/types.h> +#include <libelftc.h> + +const char * +elftc_version(void) +{ + return "libelftc r2974"; +} |
