﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
289	Building with -fpack-struct=1 breaks struct stat	Yuri Dario		"While struct stat has a size of 108 bytes when built without special flags, with

gcc -fpack-struct=1 stat.c

size of struct stat changes to 106 bytes. Adding

#pragma pack(4)
...
#pragma pack()

around structure declarations in sys/stat.h fixes the issue.

I wonder if other structures has the same problem.
"	defect	closed	normal	libc-0.6.6	libc	0.6.5	trivial	invalid		
