module notify

// Implement the API
pub fn new() !FdNotifier {
	panic('unsupported')
}