diff options
author | bde <bde@FreeBSD.org> | 2002-09-15 20:48:08 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-09-15 20:48:08 +0000 |
commit | 0e22cfe38ec471fefe5b3025d1263645e1a6edff (patch) | |
tree | 162bb2121922b02d5ba3051f2ee365e5521e4fe9 /lib/libpthread/thread/thr_setschedparam.c | |
parent | 9c29b6417765f0e8a1066883a28f74e1a7f08be2 (diff) | |
download | FreeBSD-src-0e22cfe38ec471fefe5b3025d1263645e1a6edff.zip FreeBSD-src-0e22cfe38ec471fefe5b3025d1263645e1a6edff.tar.gz |
Made this compile (but not work). This involved mainly const poisoning
and renaming ALIGNED_POINTER() to _ALIGNED_POINTER() plus the following
hacks for i386's:
- define _ALIGNED_POINTER() if it is not already defined. Most non-i386
arches define it <machine/param.h> define it in <machine/param.h>,
although none actually used it in the kernel.
- define ksym_start and ksym_end. Most non-i386 arches still define and
initialize these in machdep.c although they didn't used them. Here is
a better place to define them but not to initialize them.
Diffstat (limited to 'lib/libpthread/thread/thr_setschedparam.c')
0 files changed, 0 insertions, 0 deletions