summaryrefslogtreecommitdiff
path: root/os-posix.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 13:15:08 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 13:15:08 -0500
commit72a683768566a102d8aa40af17b36e16128b4ab6 (patch)
tree122f4cdfd2f224aede1cd58e7db33793e01a440b /os-posix.c
parent7d4f4b04d642a8e454a773cde0a00be11fe624cf (diff)
finish documenting what files do
Diffstat (limited to 'os-posix.c')
-rw-r--r--os-posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-posix.c b/os-posix.c
index 5b67836..0d00882 100644
--- a/os-posix.c
+++ b/os-posix.c
@@ -1,3 +1,5 @@
+// POSIX implementation of OS functions
+
#include "os.h"
#include "util.h"
#include <sys/types.h>