yaft/util: disable unused stuff

Origin commit data
------------------
Commit: 5b3d7b7c16
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
This commit is contained in:
Stefan Seyfried
2018-01-15 19:54:51 +01:00
committed by vanhofen
parent e8633df2c9
commit ec899d4b0b

View File

@@ -75,6 +75,7 @@ int efclose(FILE *fp)
return ret;
}
#if 0
void *emmap(void *addr, size_t len, int prot, int flag, int fd, off_t offset)
{
void *fp;
@@ -96,6 +97,7 @@ int emunmap(void *ptr, size_t len)
return ret;
}
#endif
void *ecalloc(size_t nmemb, size_t size)
{