blob: 060ba7e43969eb6da2b131439d09a2c42db53921 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file sys/sysconf.h
5 * @brief Historical synonym for `<sysconf.h>`.
6 *
Elliott Hughes203e13d2016-07-22 14:56:18 -07007 * This file used to contain the declarations of sysconf and its associated constants.
Elliott Hughes462e90c2018-08-21 16:10:48 -07008 * 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 Project1dc9e472009-03-03 19:28:35 -080012 */
Elliott Hughes462e90c2018-08-21 16:10:48 -070013
Josh Gao8c8ef592016-04-07 16:33:30 -070014#include <bits/sysconf.h>