Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350677 | Differences between
and this patch

Collapse All | Expand All

(-)silo-1.4.14/second/fs/ext2.c (+6 lines)
Lines 163-165 Link Here
163
{
163
{
164
        return NULL;
164
        return NULL;
165
}
165
}
166
167
int posix_memalign(void **memptr, size_t alignment, size_t size)
168
{
169
	*memptr = NULL;
170
	return -1;
171
}

Return to bug 350677