aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/memfd_create.25
1 files changed, 0 insertions, 5 deletions
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index e60f1aeca9..c239952961 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -25,9 +25,6 @@ memfd_create \- create an anonymous file
.B #include <sys/memfd.h>
.PP
.BI "int memfd_create(const char *" name ", unsigned int " flags ");"
-.PP
-.IR Note :
-There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
.BR memfd_create ()
creates an anonymous file and returns a file descriptor that refers to it.
@@ -206,8 +203,6 @@ The
.BR memfd_create ()
system call is Linux-specific.
.SH NOTES
-Glibc does not provide a wrapper for this system call; call it using
-.BR syscall (2).
.PP
.\" See also http://lwn.net/Articles/593918/
.\" and http://lwn.net/Articles/594919/ and http://lwn.net/Articles/591108/