You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some code that tries to catch the return value of usleep(). After switching from newlib to clib2, my compiler politely coughed at this. With clib2, usleep() seems to return void.
The text was updated successfully, but these errors were encountered:
I have some code that tries to catch the return value of usleep(). After switching from newlib to clib2, my compiler politely coughed at this. With clib2, usleep() seems to return void.
The text was updated successfully, but these errors were encountered: