diff options
| author | Ulf Hermann <[email protected]> | 2017-02-27 13:56:53 +0100 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-04-28 09:17:21 +0000 |
| commit | ffb6a77fc4f0533126a3ff49ec5c03ef8e674520 (patch) | |
| tree | a2697a941141c6d55a11df8fbfee7275f3ef3a9c /libebl | |
| parent | 121d248c1da7f2130a2edde6d158f116c89ed407 (diff) | |
Drop handrolled or #ifdef'ed libc replacements
mempcpy, memrchr, rawmemchr, and argp are provided by gnulib now. We
don't need to define them locally and we don't need to search for an
external libargp.
Change-Id: I131ca4bc2d77c597b99c296c28259a3600e5d1b5
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'libebl')
| -rw-r--r-- | libebl/ChangeLog | 5 | ||||
| -rw-r--r-- | libebl/eblmachineflagname.c | 1 | ||||
| -rw-r--r-- | libebl/eblopenbackend.c | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 506915ba..0605083e 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2017-04-27 Ulf Hermann <[email protected]> + + * eblmachineflagname.c: Don't include system.h. + * eblopenbackend.c: Likewise. + 2017-04-20 Ulf Hermann <[email protected]> * libebl.h: Use __pure_attribute__. diff --git a/libebl/eblmachineflagname.c b/libebl/eblmachineflagname.c index 5f440776..6079a613 100644 --- a/libebl/eblmachineflagname.c +++ b/libebl/eblmachineflagname.c @@ -33,7 +33,6 @@ #include <stdio.h> #include <string.h> -#include <system.h> #include <libeblP.h> diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index f3a65cfa..aa75b957 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -39,7 +39,6 @@ #include <string.h> #include <stdio.h> -#include <system.h> #include <libeblP.h> |
