FNAME 148 test/time-sem.c printf("opening " FNAME " in current directory\n");
FNAME 149 test/time-sem.c flock_fd = open(FNAME, O_CREAT | O_WRONLY | O_EXCL, 0644);
FNAME 160 test/time-sem.c flock_fd = open(FNAME, O_WRONLY, 0600);
FNAME 169 test/time-sem.c unlink(FNAME);