mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
6 lines
56 B
C
6 lines
56 B
C
#include "getuid.h"
|
|
|
|
uid_t getuid(void) {
|
|
return(0);
|
|
}
|