/*
 * the lockfile itself. calls _exit(0) immediately
 */

main()
{
	_exit(0);
}

/* fend off stdio */
exit(x){_exit(x);}
