1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Split parts of <features.h> into <sys/cdefs.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-13 13:04:27 +02:00
parent 6f5989614e
commit 30a95dfa1e
98 changed files with 163 additions and 135 deletions

View file

@ -26,7 +26,7 @@
#ifndef INCLUDE____MATH_H
#define INCLUDE____MATH_H
#include <features.h>
#include <sys/cdefs.h>
#if defined(__sortix__)
#include <__/wordsize.h>