Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdio.h:Remove unnecessary header file #14697

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. stdio.h:Remove unnecessary header file

    Error: net/telnet.c:725:11: error: implicit declaration of function 'lib_free' [-Werror=implicit-function-declaration]
      725 |           lib_free(devpath);
          |           ^~~~~~~~
    
    Error: /github/workspace/sources/nuttx/libs/libc/netdb/lib_netdb.h:117:1: error: unknown type name 'bool'
      117 | bool convert_hostent(FAR const struct hostent_s *in,
          | ^~~~
    
    pthread_sigmask and pthread_kill just include <signal.h>
    https://pubs.opengroup.org/onlinepubs/009695299/functions/pthread_sigmask.html
    
    Signed-off-by: anjiahao <anjiahao@xiaomi.com>
    anjiahao1 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7788fa1 View commit details
    Browse the repository at this point in the history