예제 #1
0
 static extern int Mono_Posix_Syscall_uname(out _Utsname buf);
예제 #2
0
 private static int sys_uname(out _Utsname buf)
 {
     throw new System.NotImplementedException();
 }
		private static int sys_uname (out _Utsname buf)
		{
			throw new System.NotImplementedException();
		}
예제 #4
0
		private static extern int sys_uname (out _Utsname buf);