platform_bionic/libc/include/sys/sysconf.h
Elliott Hughes 462e90cf4d Start documenting libc.
Bug: N/A
Test: N/A
Change-Id: I17345cb72a5ffc3af1688cf5874589cfb1e1fea0
2018-08-23 11:03:17 -07:00

14 lines
417 B
C

#pragma once
/**
* @file sys/sysconf.h
* @brief Historical synonym for `<sysconf.h>`.
*
* This file used to contain the declarations of sysconf and its associated constants.
* No standard mentions a `<sys/sysconf.h>`, but there are enough users in vendor (and
* potential NDK users) to warrant not breaking source compatibility.
*
* New code should use `<sysconf.h>` directly.
*/
#include <bits/sysconf.h>