diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-12-21 12:52:01 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-12-21 12:52:22 +0100 |
| commit | 4b204edb3b7d9abfd26fc8b45e2f35aa9ace855c (patch) | |
| tree | 4710e6e98f1fa7f667c5f2409b0abafba39f5f21 /man2 | |
| parent | 3e6695e03a56e4aa8fc4324f0516d4548a4dbd0f (diff) | |
| download | man-pages-4b204edb3b7d9abfd26fc8b45e2f35aa9ace855c.tar.gz | |
memfd_create.2: memfd_create() now has a glibc wrapper; remove mention of syscall(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/memfd_create.2 | 5 |
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/ |
