From 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 27 Mar 2012 11:51:08 +0200 Subject: reorganize file structure to match the upstream requirements --- pintos-progos/lib/packed.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 pintos-progos/lib/packed.h (limited to 'pintos-progos/lib/packed.h') diff --git a/pintos-progos/lib/packed.h b/pintos-progos/lib/packed.h deleted file mode 100644 index 9a9b6e2..0000000 --- a/pintos-progos/lib/packed.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __LIB_PACKED_H -#define __LIB_PACKED_H - -/* The "packed" attribute, when applied to a structure, prevents - GCC from inserting padding bytes between or after structure - members. It must be specified at the time of the structure's - definition, normally just after the closing brace. */ -#define PACKED __attribute__ ((packed)) - -#endif /* lib/packed.h */ -- cgit v1.2.3