| Elliott Hughes | 462e90c | 2018-08-21 16:10:48 -0700 | [diff] [blame] | 1 | #pragma once | 
 | 2 |  | 
 | 3 | /** | 
 | 4 |  * @file sys/sysconf.h | 
 | 5 |  * @brief Historical synonym for `<sysconf.h>`. | 
 | 6 |  * | 
| Elliott Hughes | 203e13d | 2016-07-22 14:56:18 -0700 | [diff] [blame] | 7 |  * This file used to contain the declarations of sysconf and its associated constants. | 
| Elliott Hughes | 462e90c | 2018-08-21 16:10:48 -0700 | [diff] [blame] | 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. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 12 |  */ | 
| Elliott Hughes | 462e90c | 2018-08-21 16:10:48 -0700 | [diff] [blame] | 13 |  | 
| Josh Gao | 8c8ef59 | 2016-04-07 16:33:30 -0700 | [diff] [blame] | 14 | #include <bits/sysconf.h> |