libc/getopt: Move struct getopt_s to include/nuttx/tls.h

and remove include/nuttx/lib/getopt.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-12-06 01:01:01 +08:00
committed by David Sidrane
parent 490ac188c2
commit a6eb6df688
3 changed files with 18 additions and 78 deletions
+1 -2
View File
@@ -26,12 +26,11 @@
****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/tls.h>
#include <stdbool.h>
#include <getopt.h>
#include <nuttx/lib/getopt.h>
/****************************************************************************
* Public Data
****************************************************************************/