We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa6cf6 commit ea5ef85Copy full SHA for ea5ef85
src/rtapi/uspace_rtapi_app.cc
@@ -1023,7 +1023,7 @@ int Posix::task_delete(int id)
1023
return 0;
1024
}
1025
1026
-//parse_cpu_list from https://gitlab.com/Xenomai/xenomai4/libevl/-/blob/master/tests/helpers.c?ref_type=heads
+//parse_cpu_list from https://gitlab.com/Xenomai/xenomai4/libevl/-/blob/11e6a1fb183a315ae861762e7650fd5e10d83ff5/tests/helpers.c
1027
//License: MIT
1028
static void parse_cpu_list(const char *path, cpu_set_t *cpuset)
1029
{
0 commit comments