diff src/fd/xnu.cc @ 19:6596be6917a1

dep/animone: prepare for v1.0 release; it should be ready by now
author Paper <paper@paper.us.eu.org>
date Tue, 11 Jun 2024 04:38:51 -0400
parents 27b988a1048c
children 973734ebd2be
line wrap: on
line diff
--- a/src/fd/xnu.cc	Tue Jun 11 04:24:59 2024 -0400
+++ b/src/fd/xnu.cc	Tue Jun 11 04:38:51 2024 -0400
@@ -1,6 +1,12 @@
+/*
+ * fd/xnu.cc: support for macOS's kernel
+ *
+ * this used to have all sorts of hacks for getting the process name,
+ * but ultimately I just decided that it's better to just parse the
+ * PID path from xnu, which should work perfectly fine.
+ */
 #include "animone/fd/xnu.h"
 #include "animone.h"
-#include "animone/util/osx.h"
 
 #include <cassert>
 #include <memory>