ext: avoid clobbering existing system functions
commit77e43e7803440af0cee9272fb00930664abe01aa
authorEric Wong <e@80x24.org>
Thu, 28 Jul 2016 00:06:46 +0000 (28 00:06 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Jul 2016 02:08:58 +0000 (28 02:08 +0000)
treee77258df750438ccd0ea6225ff1739e035bac2cc
parent489fdac7bed0750f09d65b6105cb0b70d7ccf61f
ext: avoid clobbering existing system functions

These defines may cause incompatibilities if Ruby or other
system headers decide to clobber these.  It's also confusing to
override existing, well-known-and-standardized functions.
ext/clogger_ext/blocking_helpers.h
ext/clogger_ext/clogger.c