Skip to content
Commit 4bb93983 authored by Gideon Israel Dsouza's avatar Gideon Israel Dsouza Committed by Paul Moore
Browse files

security: Used macros from compiler.h instead of __attribute__((...))



To increase compiler portability there is <linux/compiler.h> which
provides convenience macros for various gcc constructs.  Eg: __packed
for __attribute__((packed)).

This patch is part of a large task I've taken to clean the gcc
specific attributes and use the the macros instead.

Signed-off-by: default avatarGideon Israel Dsouza <gidisrael@gmail.com>
Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
parent 4b6f405f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment