HLOCK
if (link(HLOCK, LLOCK) == -1) {
perror(HLOCK);
printf("Cannot link %s to %s\n", LLOCK, HLOCK);
printf("Perhaps there is no (empty) file %s ?\n", HLOCK);