xref: /aosp_15_r20/bionic/libc/include/sys/sysconf.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 #pragma once
2 
3 /**
4  * @file sys/sysconf.h
5  * @brief Historical synonym for `<sysconf.h>`.
6  *
7  * This file used to contain the declarations of sysconf and its associated constants.
8  * No standard mentions a `<sys/sysconf.h>`, but there are enough users in vendor (and
9  * potential NDK users) to warrant not breaking source compatibility.
10  *
11  * New code should use `<sysconf.h>` directly.
12  */
13 
14 #include <bits/sysconf.h>
15