diff options
Diffstat (limited to 'src/sys/time/ITIMER_PROF.c')
| -rw-r--r-- | src/sys/time/ITIMER_PROF.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/time/ITIMER_PROF.c b/src/sys/time/ITIMER_PROF.c new file mode 100644 index 00000000..0a0e9107 --- /dev/null +++ b/src/sys/time/ITIMER_PROF.c @@ -0,0 +1,5 @@ +#include <sys/time.h> +#define ITIMER_PROF 2 +/* +XOPEN(400) +*/ |
