diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-13 14:16:14 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-13 14:16:14 -0500 |
commit | ad690daf137763cb32b401d3742222d9c032e425 (patch) | |
tree | ba468fd5cd3988f2dff925a768e19bca2f190eda /test/README | |
parent | 1d4864eab4288498696c33c93541d2ce48f273d3 (diff) | |
download | deheader-ad690daf137763cb32b401d3742222d9c032e425.tar.gz deheader-ad690daf137763cb32b401d3742222d9c032e425.tar.bz2 deheader-ad690daf137763cb32b401d3742222d9c032e425.tar.xz deheader-ad690daf137763cb32b401d3742222d9c032e425.zip |
D<stdlib> depenency for random-number functions.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/README b/test/README index 9bfab56..50c9e89 100644 --- a/test/README +++ b/test/README @@ -24,3 +24,5 @@ stdio.h - cuserid() not tested; SuS includes <stdio.h> ndbm.h - all functions rely on the DBM datatype dirent.h - all entry points depend on struct dirent. libgen.h - basename() tested, dirname() not. +stdio.h - div() not tested; SuS includes <stdio.h> +dlfcn.h - dlclose(), dlerror(), dlopen(), dlsym() not tested |