OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man2 / unlinkat.2
index fecde57..f8ee001 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\"
-.TH UNLINKAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
+.TH UNLINKAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 unlinkat \- remove a directory entry relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
-.B #include <fcntl.h>
+.B #include <fcntl.h>           /* Definition of AT_* constants */
+.B #include <unistd.h>
 .sp
 .BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );
 .fi