Remove -ansi -pedantic from the g++ command for better optimization
[senf.git] / Scheduler / Scheduler.cci
index f34286e..d332654 100644 (file)
@@ -34,6 +34,11 @@ prefix_ void satcom::lib::Scheduler::terminate()
     terminate_ = true;
 }
 
+prefix_ int satcom::lib::retrieve_filehandle(int fd)
+{
+    return fd;
+}
+
 ///////////////////////////////cci.e///////////////////////////////////////
 #undef prefix_