1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add some comments

This commit is contained in:
Stefan Lankes 2015-10-05 11:13:08 +02:00
parent 895edc205a
commit 9eb860f18f

View file

@ -38,6 +38,7 @@
#include <lwip/err.h>
#include <lwip/stats.h>
//TODO: don't use one big kernel lock to comminicate with all proxies
static spinlock_t lwip_lock = SPINLOCK_INIT;
static tid_t sys_getpid(void)