@@ -99,7 +99,7 @@ type
ptimeval = ^timeval;
TTimeVal = timeval;
- timespec = packed record
+ timespec = record
tv_sec : time_t;
tv_nsec : clong;
end;
@@ -219,7 +219,7 @@
SigActionHandler = procedure (Sig: cint; info : psiginfo; SigContext:PSigContext); cdecl;
- SigActionRec = packed record
+ SigActionRec = record
{
case byte of
0: (Sh: SignalHandler; Sa_Flags: longint; Sa_Mask: SigSet);
@@ -151,7 +151,7 @@
// as in linux freebsd netbsd and openbsd
// Start
Type
- winsize = packed record
+ winsize = record
ws_row,
ws_col,
ws_xpixel,