Skip to content

Commit

Permalink
libc/unistd: fixed tasking build issue
Browse files Browse the repository at this point in the history
CC:  pthread/pthread_mutexattr_getrobust.c artc I800: creating archive libsched.a
CC:  unistd/lib_getopterrp.c ctc W505: ["unistd/lib_getoptargp.c" 48/29] implicit declaration of function "getoptvars"
ctc W577: ["unistd/lib_getoptargp.c" 48/39] calling a function without a prototype
ctc W524: ["unistd/lib_getoptargp.c" 48/27] conversion of integer to pointer at assignment
ctc E212: ["unistd/lib_getoptargp.c" 49/13] access to incomplete type
ctc W523: ["unistd/lib_getoptargp.c" 49/13] pointers to different types at return

Signed-off-by: zhangyuan29 <[email protected]>
  • Loading branch information
zyfeier authored and xiaoxiang781216 committed Nov 1, 2024
1 parent d13dc86 commit b294fd3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions libs/libc/unistd/lib_getoptargp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include <nuttx/config.h>

#include <unistd.h>

#include "unistd.h"

/****************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions libs/libc/unistd/lib_getopterrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include <nuttx/config.h>

#include <unistd.h>

#include "unistd.h"

/****************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions libs/libc/unistd/lib_getoptindp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include <nuttx/config.h>

#include <unistd.h>

#include "unistd.h"

/****************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions libs/libc/unistd/lib_getoptoptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include <nuttx/config.h>

#include <unistd.h>

#include "unistd.h"

/****************************************************************************
Expand Down

0 comments on commit b294fd3

Please sign in to comment.