1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
Commit Graph

14 Commits

Author SHA1 Message Date
Alexandre Ratchov
f49f0ccd14 remove socket_cloexec() and use fcntl with the necessary ifdefery 2017-03-27 12:52:56 +02:00
Alexandre Ratchov
2a2e27b4c7 add missing includes 2017-03-27 12:39:56 +02:00
Alexandre Ratchov
a48a424901 add portability bits for OS X 2017-03-27 12:34:26 +02:00
Alexandre Ratchov
51f6116e12 Hide symbols provided by bsd-compat functions by prefixing them
by _sndio_.
2015-08-25 15:02:02 +02:00
Alexandre Ratchov
31b3f1eb9d add comment to warn about function name collisions 2014-11-18 10:16:27 +01:00
Alexandre Ratchov
a858f81abe remove __packed, leoth(), and htole() 2014-11-15 13:53:04 +01:00
Alexandre Ratchov
b1c417ab04 add prototypes 2013-11-18 17:50:04 +01:00
Alexandre Ratchov
26bf90b89d use gnu autoconf style HAVE_XXX macros 2012-10-29 18:08:36 +01:00
Alexandre Ratchov
0bba66304b simplify compat bits 2011-05-06 13:40:39 +02:00
Alexandre Ratchov
5f53917840 remove getpeereid 2011-05-06 13:12:01 +02:00
Alexandre Ratchov
9e553c03a8 import strlcat 2011-05-06 12:47:34 +02:00
Alexandre Ratchov
ad04c349ad include sys/types, necessary for function prototypes 2010-12-30 12:55:39 +01:00
Alexandre Ratchov
52a88805d0 include grp.h (linux only) in bsd-compat.h rather than in aucat.c 2010-09-17 10:36:54 +02:00
Alexandre Ratchov
a17607cf7a add initial alsa support from jakemsr 2010-08-19 23:00:06 +02:00