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

Avoid using #include_next GNU extension ... #24

Open
johnsonjh opened this issue Jan 1, 2023 · 0 comments
Open

Avoid using #include_next GNU extension ... #24

johnsonjh opened this issue Jan 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request low priority low priority issue

Comments

@johnsonjh
Copy link
Owner

  • #include_next is non-POSIX (a GNU extension) and is currently used in:
    • include/bsd_stdlib.h
    • include/bsd_string.h
    • include/sys/types.h
    • include/sys/time.h
    • include/sys/stat.h
    • include/bsd_termios.h
    • include/bsd_fcntl.h
    • include/bsd_unistd.h
    • include/libgen.h
    • include/poll.h
@johnsonjh johnsonjh added the enhancement New feature or request label Jan 1, 2023
@johnsonjh johnsonjh self-assigned this Jan 1, 2023
@johnsonjh johnsonjh added the low priority low priority issue label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant