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
It is part of C POSIX library. Not specific to Linux. If you have a proper autoconfigure system it can decide to add or not add it for you depending on the target platform.
I noticed a few places where int types are used when standard system typedefs are available which would be more appropriate.
Examples.
Most of these are available in <sys/types.h> and we should use them wherever possible.
The text was updated successfully, but these errors were encountered: