Cleanup: autoconf 'dirfd' detection
[lttng-tools.git] / src / common / compat / directory-handle.h
index 574a09d743776e831d04fe9ef24f07e4790be32d..24f1e6f6810b318ac8ab8e0b26decdddcc388260 100644 (file)
@@ -25,7 +25,7 @@ enum lttng_directory_handle_rmdir_recursive_flags {
  * This wrapper provides a handle that is either a copy of a directory's path
  * or a directory file descriptors, depending on the platform's capabilities.
  */
-#ifdef COMPAT_DIRFD
+#ifdef HAVE_DIRFD
 
 struct lttng_directory_handle;
 
This page took 0.023066 seconds and 4 git commands to generate.