*: rename ATTRIBUTE_XXX to just XXX.
This commit is contained in:
@ -88,9 +88,9 @@ extern unsigned pmatch(const char *, const char *, unsigned);
|
||||
* runsv / supervise / sv stuff
|
||||
*/
|
||||
typedef struct svstatus_t {
|
||||
uint64_t time_be64 ATTRIBUTE_PACKED;
|
||||
uint32_t time_nsec_be32 ATTRIBUTE_PACKED;
|
||||
uint32_t pid_le32 ATTRIBUTE_PACKED;
|
||||
uint64_t time_be64 PACKED;
|
||||
uint32_t time_nsec_be32 PACKED;
|
||||
uint32_t pid_le32 PACKED;
|
||||
uint8_t paused;
|
||||
uint8_t want;
|
||||
uint8_t got_term;
|
||||
|
Reference in New Issue
Block a user