diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 16:50:52 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 16:50:52 +0200 |
commit | 65bf851838611139239805bee63a7cea4cb0a309 (patch) | |
tree | 89865869c0b4ca26bc0f0a2774c43d3b122aa3a1 /COMPILING | |
parent | 5c1715d8f847a5a3d8b8128d2dcc8a7622a9df1b (diff) |
* buildlib/inttypes.h.in:
- remove inttypes.h compatibility as providing such a c99 types
compatibility conflicts with the usage of c99 type long long
Diffstat (limited to 'COMPILING')
-rw-r--r-- | COMPILING | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ functionality. Patches to make autoconf detect these cases and generate the required shims are OK. Current shims: - * C99 integer types 'inttypes.h' * sys/statvfs.h to convert from BSD/old-glibc statfs to SUS statvfs * rfc2553 hostname resolution (methods/rfc*), shims to normal gethostbyname. The more adventurous could steal the KAME IPv6 enabled resolvers for those |