#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include "setuid.h"
#include "threadsafe_db.h"
#include "cleanuphandler.h"
#include "logfile.h"
Go to the source code of this file.
Namespaces | |
namespace | protlib |
Change effective user ID in a thread-safe way. ----------------------------------------------------------
Definition in file setuid.cpp.