The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1 | /* |
Elliott Hughes | 203e13d | 2016-07-22 14:56:18 -0700 | [diff] [blame] | 2 | * This file used to contain the declarations of sysconf and its associated constants. |
| 3 | * No standard mentions a <sys/sysconf.h>, but there are enough users in vendor (and potential ones |
| 4 | * in the NDK) to warrant not breaking source compatibility. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 5 | */ |
Josh Gao | 8c8ef59 | 2016-04-07 16:33:30 -0700 | [diff] [blame] | 6 | #include <bits/sysconf.h> |