symlinkat.2: PROTOTYPE: Correct header file

Reported-by: Eric Blake <ebb9@byu.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-24 23:30:09 +13:00
parent ba78c947f0
commit 959c1dc498
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ symlinkat \- create a symbolic link relative to a directory file descriptor
.SH SYNOPSIS
.nf
.B #include <fcntl.h> /* Definition of AT_* constants */
.B #include <stdio.h>
.B #include <unistd.h>
.sp
.BI "int symlinkat(const char *" oldpath ", int " newdirfd \
", const char *" newpath );