commit | 709e0261caf798d3813228ffeef08e460b4c03a1 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Thu May 24 16:43:49 2012 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu May 24 16:43:49 2012 -0700 |
tree | 38a26166812c35eafe0c5526a765ffe9f0757873 | |
parent | da701137f6eb9d7b05bcf27115999cf82832154a [diff] |
[klibc] sys/sysmacros.h: use __static_inline In sys/sysmacros.h use __static_inline to deal with the various forms of inline functions. Also remove #ifndef around #include <sys/types.h>; that is just clutter. Signed-off-by: H. Peter Anvin <hpa@zytor.com>