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

libglog: Switch to nanosleep #9612

Merged
merged 2 commits into from
Aug 2, 2019
Merged

libglog: Switch to nanosleep #9612

merged 2 commits into from
Aug 2, 2019

Commits on Jul 31, 2019

  1. libglog: Switch to CMake

    Allows removal of InstallDev as well as further simplification. Also 100KB
    smaller package.
    
    Added some C/LDFLAGS to further reduce the size.
    
    Small Makefile cleanups.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    85fab04 View commit details
    Browse the repository at this point in the history
  2. libglog: Replace deprecated usleep with nanosleep

    Optionally fixes compilation with uClibc-ng.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1432866 View commit details
    Browse the repository at this point in the history