HomeSort by: relevance | last modified time | path
    Searched refs:HLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
config.h 95 #define HLOCK "perm" /* an empty file used for locking purposes */
hack.unix.c 277 if (link(HLOCK, LLOCK) == -1) {
280 perror(HLOCK);
281 printf("Cannot link %s to %s\n", LLOCK, HLOCK);
284 printf("Perhaps there is no (empty) file %s ?\n", HLOCK);

Completed in 12 milliseconds