include/sys/resource.h: Trivial typo fix.
This commit is contained in:
parent
3208e4835e
commit
8befa072a5
|
@ -95,15 +95,15 @@
|
||||||
|
|
||||||
typedef uint32_t rlim_t;
|
typedef uint32_t rlim_t;
|
||||||
|
|
||||||
/* Minimal, complaint rlimit structure */
|
/* Minimal, compliant rlimit structure */
|
||||||
|
|
||||||
struct rlimit
|
struct rlimit
|
||||||
{
|
{
|
||||||
rlim_t rlim_cur; /* The current (soft) limit */
|
rlim_t rlim_cur; /* The current (soft) limit */
|
||||||
rlim_t rlim_max; /* The hard limit */
|
rlim_t rlim_max; /* The hard limit */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Minimal, complaint rusage structure */
|
/* Minimal, compliant rusage structure */
|
||||||
|
|
||||||
struct rlimit
|
struct rlimit
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue