also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
9 lines
104 B
C
Vendored
9 lines
104 B
C
Vendored
#define _BSD_SOURCE
|
|
#include <unistd.h>
|
|
#include "libc.h"
|
|
|
|
int issetugid(void)
|
|
{
|
|
return libc.secure;
|
|
}
|