diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-08 10:07:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-08 10:07:32 +0000 |
commit | ea9f6e1e2d60bac4e2c7f1fb9ee98f581a7c6229 (patch) | |
tree | 21b23d087fc8b0b522d5fa2bc54bd099e274d0b0 /include/ustat.h | |
parent | cffcfd3f2f02aa906e5bffe2b81a04b92b04f7eb (diff) |
Add support for personality(), prctl(), ustat(), and ulimit()
syscalls, which had managed to stay unimplemented thus far.
-Erik
Diffstat (limited to 'include/ustat.h')
-rw-r--r-- | include/ustat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ustat.h b/include/ustat.h new file mode 100644 index 000000000..cba150e44 --- /dev/null +++ b/include/ustat.h @@ -0,0 +1 @@ +#include <sys/ustat.h> |