You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
417 B
15 lines
417 B
#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>
|