]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
Add README for posix-time library
authorRadu Nichita <radunichita99@gmail.com>
Sat, 25 Nov 2023 13:12:15 +0000 (15:12 +0200)
committerRadu Nichita <radunichita99@gmail.com>
Sat, 25 Nov 2023 13:12:15 +0000 (15:12 +0200)
lib/posix-time/README.md [new file with mode: 0644]

diff --git a/lib/posix-time/README.md b/lib/posix-time/README.md
new file mode 100644 (file)
index 0000000..e0d03cd
--- /dev/null
@@ -0,0 +1,5 @@
+# posix-time
+
+`posix-time` is an internal library of Unikraft that enables the system calls that are dependent of the system clock.
+
+Note: the operation with timers are not yet supported.
\ No newline at end of file