mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:24:33 +08:00
include/sys/resource.h: Trivial typo fix.
This commit is contained in:
@@ -95,15 +95,15 @@
|
||||
|
||||
typedef uint32_t rlim_t;
|
||||
|
||||
/* Minimal, complaint rlimit structure */
|
||||
/* Minimal, compliant rlimit structure */
|
||||
|
||||
struct rlimit
|
||||
{
|
||||
rlim_t rlim_cur; /* The current (soft) limit */
|
||||
rlim_t rlim_max; /* The hard limit */
|
||||
rlim_t rlim_cur; /* The current (soft) limit */
|
||||
rlim_t rlim_max; /* The hard limit */
|
||||
};
|
||||
|
||||
/* Minimal, complaint rusage structure */
|
||||
/* Minimal, compliant rusage structure */
|
||||
|
||||
struct rlimit
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user