testing: freebsd [travis skip]
[awesomized/libmemcached] / test / lib / ForkAndExec.cpp
index 48a8dc18bac36621cedfd50d7ef5f1ae9ae7df66..ac30dd0282195e4430019d61901bf9abd1078d0e 100644 (file)
@@ -107,7 +107,7 @@ void ForkAndExec::closePipe(int &fd) {
 }
 
 void ForkAndExec::pollExecReadyPipe() {
-#if __APPLE__ || __FreeBSD__
+#if __APPLE__
   char c, n = 50;
   do {
     if (0 == read(ready[mode::READ], &c, 1)) {