Files
oldlinux-files/Ref-docs/syscalls/syscalls_38.html
2024-02-19 00:21:47 -05:00

22 lines
1.0 KiB
HTML

<html><!-- This HTML file has been created by texi2html 1.29
from syscalls.texi on 4 June 1994 -->
<TITLE>Syscall specifications of Linux - getpagesize</TITLE>
<P>Go to the <A HREF="syscalls_37.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_37.html">previous</A>, <A HREF="syscalls_39.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_39.html">next</A> section.<P>
<H2><A NAME="SEC38" HREF="syscalls_toc.html#SEC38" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC38">getpagesize</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>size_t getpagesize(void);</CODE>
<P>
<H3>DESCRIPTION</H3>
<P>
Gets the virtual subsystem page size, in bytes. This is not necessarily
equal to the hardware page size.
<P>
<H3>RETURN VALUE</H3>
<P>
The page size, in bytes.
<P>
<P>Go to the <A HREF="syscalls_37.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_37.html">previous</A>, <A HREF="syscalls_39.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_39.html">next</A> section.<P>