diff dep/animone/src/fd/xnu.cc @ 310:a4257370de16

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 b1f625b0227c
children a7d4e5107531
line wrap: on
line diff
--- a/dep/animone/src/fd/xnu.cc	Tue Jun 11 04:24:59 2024 -0400
+++ b/dep/animone/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>