unlinkat.2: PROTOTYPE: Add <fcntl.h> for AT_* constants

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-24 23:41:35 +13:00
parent a917d281e5
commit 4075a06302
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
unlinkat \- remove a directory entry relative to a directory file descriptor
.SH SYNOPSIS
.nf
.B #include <fcntl.h> /* Definition of AT_* constants */
.B #include <unistd.h>
.sp
.BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );