open_locked
int open_locked(const char *, int, ...);
mbox = open_locked(fn, O_WRONLY|O_APPEND);
queuefd = open_locked(it->queuefn, O_CREAT|O_EXCL|O_RDWR, 0660);
queuefd = open_locked(it->queuefn, O_RDWR|O_NONBLOCK);