diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-20 15:05:27 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-20 15:05:27 -0500 |
commit | 9129dd9501b05c48fffd931996c31be06e23dbad (patch) | |
tree | 284d33c322f55a39cf8c27048b134be7fa3df7d8 /test | |
parent | 3b88fe6e76ee3f64f1c69910ccd99ff95e565054 (diff) | |
download | deheader-9129dd9501b05c48fffd931996c31be06e23dbad.tar.gz deheader-9129dd9501b05c48fffd931996c31be06e23dbad.tar.bz2 deheader-9129dd9501b05c48fffd931996c31be06e23dbad.tar.xz deheader-9129dd9501b05c48fffd931996c31be06e23dbad.zip |
Maintain a stack of includes so we can special-case S_SPLINT_S.
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index ffe1b30..0c2b63f 100644 --- a/test/README +++ b/test/README @@ -37,7 +37,7 @@ stdio.h - fgetpos(), fgets(), fileno(), f*lockfile(), fopen(), not tested. wchar.h - fgetwc(), fgetws() not tested. fmtmsg.h - fmtmsg() not tested. fnmatch.h - fnmatch() not tested. -unistd.h - fork(), fpathconf() not tested. +unistd.h - fork(), fpathconf(), free() not tested. stdio.h - *printf*, fputc(), fputwc(), fputws(), fread() not tested. For other dependencies not tested, see the commented-out lines in deheader's |