This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25b31a9496
freebsd-dev
/
sys
/
i386
/
include
/
_align.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an architecture specific include file containing the _ALIGN* stuff which <sys/socket.h> needs.
2009-09-08 20:45:40 +00:00
/*-
Merge amd64/i386 _align.h by aligning on the size of register_t (copied from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor)
2010-11-26 10:59:20 +00:00
*
This
file
is
in
the
public
domain
.
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an architecture specific include file containing the _ALIGN* stuff which <sys/socket.h> needs.
2009-09-08 20:45:40 +00:00
*/
Merge amd64/i386 _align.h by aligning on the size of register_t (copied from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor)
2010-11-26 10:59:20 +00:00
/* $FreeBSD$ */
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an architecture specific include file containing the _ALIGN* stuff which <sys/socket.h> needs.
2009-09-08 20:45:40 +00:00
Merge amd64/i386 _align.h by aligning on the size of register_t (copied from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor)
2010-11-26 10:59:20 +00:00
#
include
<x86/_align.h>
Reference in New Issue
Copy Permalink