summaryrefslogtreecommitdiff
path: root/lib/mlibc/options/posix/generic/sys-ipc.cpp
blob: b9e0d3d858784873506c9aa6aecd8e50233eef76 (plain)
1
2
3
4
5
6
7
8
#include <sys/ipc.h>

#include <bits/ensure.h>

key_t ftok(const char *, int) {
	__ensure(!"Not implemented");
	__builtin_unreachable();
}