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