Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207829
b: refs/heads/master
c: 6a1d5e2
h: refs/heads/master
i:
  207827: de0ee70
v: v3
  • Loading branch information
Jiri Slaby authored and Jiri Slaby committed Jul 16, 2010
1 parent f79e14b commit 7b724c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86f162f4c75ceb6daf43165469eeeca1bc3d4639
refs/heads/master: 6a1d5e2c85d06da35cdfd93f1a27675bfdc3ad8c
7 changes: 7 additions & 0 deletions trunk/include/linux/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ struct rlimit {
unsigned long rlim_max;
};

#define RLIM64_INFINITY (~0ULL)

struct rlimit64 {
__u64 rlim_cur;
__u64 rlim_max;
};

#define PRIO_MIN (-20)
#define PRIO_MAX 20

Expand Down

0 comments on commit 7b724c2

Please sign in to comment.