.BI "int bdflush(int " func ", long *" address );
.BI "int bdflush(int " func ", long " data );
.fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see VERSIONS.
.SH DESCRIPTION
.IR Note :
Since Linux 2.6,
.BI "int capget(cap_user_header_t " hdrp ", cap_user_data_t " datap );
.BI "int capset(cap_user_header_t " hdrp ", const cap_user_data_t " datap );
.fi
+.PP
+.IR Note :
+There are no glibc wrappers for these system calls; see NOTES.
.SH DESCRIPTION
These two system calls are the raw kernel interface for getting and
setting thread capabilities.
.SH CONFORMING TO
These system calls are Linux-specific.
.SH NOTES
+Glibc does not provide a wrapper for this system call; call it using
+.BR syscall (2).
+.PP
The portable interface to the capability querying and setting
functions is provided by the
.I libcap
.PP
Link with \fI\-lnuma\fP.
.fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
.BR get_mempolicy ()
retrieves the NUMA policy of the calling thread or of a memory address,
.SH CONFORMING TO
This system call is Linux-specific.
.SH NOTES
+Glibc does not provide a wrapper for this system call.
For information on library support, see
.BR numa (7).
.SH SEE ALSO
", int " third ,
.BI " void *" ptr ", long " fifth );
.fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
.BR ipc ()
is a common kernel entry point for the System\ V IPC calls
.BR semctl (2),
.BR shmctl (2),
and so on really are implemented as separate system calls.
+.PP
+Glibc does not provide a wrapper for this system call; call it using
+.BR syscall (2).
.SH SEE ALSO
.BR msgctl (2),
.BR msgget (2),
.nf
.BI "int lookup_dcookie(u64 " cookie ", char *" buffer ", size_t " len );
.fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
Look up the full path of the directory entry specified by the value
.IR cookie .
.PP
The path returned may be suffixed by the string " (deleted)" if the directory
entry has been removed.
+.PP
+Glibc does not provide a wrapper for this system call; call it using
+.BR syscall (2).
.SH SEE ALSO
.BR oprofile (1)
.PP
Link with \fI\-lnuma\fP.
.fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
.BR mbind ()
sets the NUMA memory policy,
.SH CONFORMING TO
This system call is Linux-specific.
.SH NOTES
+Glibc does not provide a wrapper for this system call.
For information on library support, see
.BR numa (7).
.PP
.BI " const unsigned long *" new_nodes );
.fi
.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
+.PP
Link with \fI\-lnuma\fP.
.SH DESCRIPTION
.BR migrate_pages ()
.SH CONFORMING TO
This system call is Linux-specific.
.SH NOTES
+Glibc does not provide a wrapper for this system call.
For information on library support, see
.BR numa (7).
.PP