解释fst_posmode,F_PEOFPOSMODE和F_VOLPOSMODE之间的区别?

时间:2019-02-25 04:56:46

标签: macos bsd fcntl

头文件:

app.get('/some-route', cookieParser(), authenticate("jwt"), (req, res) => {
    res.render('some-view.ejs');
});

手册页:

/* Position Modes (fst_posmode) for F_PREALLOCATE */

#define F_PEOFPOSMODE 3         /* Make it past all of the SEEK pos modes so that */
                    /* we can keep them in sync should we desire */ 
#define F_VOLPOSMODE    4       /* specify volume starting postion */

文档很难理解。

0 个答案:

没有答案