shithub: plan9front

ref: 8efbd243e1934288fe6a57d3f168d370f6c04493
dir: /sys/src/ape/lib/9/segdetach.c/

View raw version
#include <lib9.h>

extern	int	_SEGDETACH(void *);

int
segdetach(void *addr)
{
	return _SEGDETACH(addr);
}