VirtualBox

source: kBuild/trunk/src/ash-messup/win/unistd.h@ 1195

Last change on this file since 1195 was 881, checked in by bird, 18 years ago

hacking...

  • Property svn:eol-style set to native
File size: 235 bytes
Line 
1#include "mscfakes.h"
2#include "getopt.h"
3#include "process.h"
4
5#define _SC_CLK_TCK 0x101
6long _sysconf(int);
7pid_t fork(void);
8#define getpid _getpid
9
10uid_t getuid(void);
11uid_t geteuid(void);
12gid_t getgid(void);
13gid_t getegid(void);
14
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette