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
The memset() prototype from glibc includes __THROW and __nonnull as
decorators, which are nonstandard. Remove these for additional
compatibility with gcc.
Additionally, remove linux/types.h and linux/string.h, and replace them
with sys/types.h and sys/string.h.
0 commit comments