]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - src/trackfds.h
Prevent inlining for more functions.
[coloredstderr/coloredstderr.git] / src / trackfds.h
index 175f1e387d17fd9672c5bc066c088018bd32f8ab..eddff4c5b5dc92bbf296c0e52b3979231479900c 100644 (file)
@@ -300,7 +300,7 @@ static int tracked_fds_remove(int fd) {
     return 0;
 }
 
-static int tracked_fds_find_slow(int fd);
+static int tracked_fds_find_slow(int fd) __noinline;
 /*
  * tracked_fds_find() is called for each hook call and should be as fast as
  * possible. As most file descriptors are < TRACKFDS_STATIC_COUNT, force the