diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-22 20:23:56 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-26 22:18:21 -0500 |
commit | de88aff0a839844526ae262f8961ec4372fed238 (patch) | |
tree | 74c98ab41e7a03456d3c2a52c8cfb2fe3d39b915 /src/libeinfo/einfo.map | |
parent | 9e989227ab51cd880405958a0b11c63fa461ea7e (diff) |
Make einfo routines private
The libeinfo library has no consumers other than OpenRC, so there is no
reason for it to be maintained as a library. The einfo routines are now
an object that links with the rc binary.
Diffstat (limited to 'src/libeinfo/einfo.map')
-rw-r--r-- | src/libeinfo/einfo.map | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/libeinfo/einfo.map b/src/libeinfo/einfo.map deleted file mode 100644 index 428a8954..00000000 --- a/src/libeinfo/einfo.map +++ /dev/null @@ -1,35 +0,0 @@ -EINFO_1.0 { -global: - ecolor; - elog; - einfon; - ewarnn; - eerrorn; - einfo; - ewarn; - ewarnx; - eerror; - eerrorx; - einfovn; - ewarnvn; - ebeginvn; - eendvn; - ewendvn; - einfov; - ewarnv; - ebeginv; - ebegin; - eend; - ewend; - ebracket; - eendv; - ewendv; - eindent; - eoutdent; - eindentv; - eoutdentv; - eprefix; - -local: - *; -}; |