aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/glibc/generic/gshadow.cpp
blob: f93a47ddfa63d22677dcaae5cf209059c5c05b99 (plain)
1
2
3
4
5
6
7
#include <gshadow.h>
#include <bits/ensure.h>

int getsgnam_r(const char *, struct sgrp *, char *, size_t, struct sgrp **) {
	__ensure(!"Not implemented");
	__builtin_unreachable();
}