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