include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now.

This commit is contained in:
Gregory Nutt
2019-02-09 14:09:28 -06:00
parent 6a30e22ad4
commit 3ba777bb27
16 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -1358,7 +1358,7 @@ libc/
|-- dirent/
| `-- <i>(Implementation of functions from dirent.h)</i>
|-- dllfch/
| `-- <i>(Implementation of functions from dllfcn.h)</i>
| `-- <i>(Implementation of functions from dlfcn.h)</i>
|-- fixedmath/
| `-- <i>(Implementation of functions from fixedmath.h)</i>
|-- hex2bin/