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
+5 -5
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* include/dllfcn.h
* include/dlfcn.h
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __INCLUDE_DLLFCN_H
#define __INCLUDE_DLLFCN_H
#ifndef __INCLUDE_DLFCN_H
#define __INCLUDE_DLFCN_H
/****************************************************************************
* Included Files
@@ -329,4 +329,4 @@ FAR char *dlerror(void);
}
#endif
#endif /* __INCLUDE_DLLFCN_H */
#endif /* __INCLUDE_DLFCN_H */