Skip to content

Rename hal.h to unistd.h? #45

@mlund

Description

@mlund

The usleep() function is usually found in unistd.h. Is there a reason it's in hal.h?

usleep(3)               Library Functions Manual               usleep(3)
NAME         [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
       usleep - suspend execution for microsecond intervals
LIBRARY         [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
       Standard C library (libc, -lc)
SYNOPSIS         [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
       #include <unistd.h>

       int usleep(useconds_t usec);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions