/*[ML]*/
#include <unistd.h>
#ifndef _POSIX_MEMLOCK
#error "_POSIX_MEMLOCK is not defined"
#endif
int main(void) { return 0; }
