Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/rtapi/uspace_rtapi_app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

std::atomic_int WithRoot::level;
uid_t WithRoot::ruid, WithRoot::euid;
Expand Down Expand Up @@ -285,4 +286,4 @@ void RtapiApp::set_namef(const char *fmt, ...) {
fprintf(stderr, "pthread_setname_np() failed for %s: %d\n", buf, res);
}
free(buf);
}
}
Loading