mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 07:31:03 +02:00
yaft/util: disable unused stuff
This commit is contained in:
@@ -75,6 +75,7 @@ int efclose(FILE *fp)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
void *emmap(void *addr, size_t len, int prot, int flag, int fd, off_t offset)
|
void *emmap(void *addr, size_t len, int prot, int flag, int fd, off_t offset)
|
||||||
{
|
{
|
||||||
void *fp;
|
void *fp;
|
||||||
@@ -96,6 +97,7 @@ int emunmap(void *ptr, size_t len)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void *ecalloc(size_t nmemb, size_t size)
|
void *ecalloc(size_t nmemb, size_t size)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user