Deleted Added
sdiff udiff text old ( 8600:b0d7c64ada19 ) new ( 9141:593fe25c86a6 )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 86 unchanged lines hidden (view full) ---

95
96 //@{
97 /// For getrusage().
98 static const int TGT_RUSAGE_SELF = 0;
99 static const int TGT_RUSAGE_CHILDREN = -1;
100 static const int TGT_RUSAGE_BOTH = -2;
101 //@}
102
103 /// For table().
104 static const int TBL_SYSINFO = 12;
105
106 /// Resource enumeration for getrlimit().
107 enum rlimit_resources {
108 TGT_RLIMIT_CPU = 0,
109 TGT_RLIMIT_FSIZE = 1,
110 TGT_RLIMIT_DATA = 2,

--- 117 unchanged lines hidden ---