saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
684 stars 75 forks source link

Do not use visibility attribute with GCC on IRIX #66

Closed saprykin closed 6 years ago

saprykin commented 6 years ago

GCC doesn't support visibility attribute for IRIX platform and issues a warning.