Remove prototypes of _amd64_get_fsbase et al. The functions were removed

in r145571.
This commit is contained in:
Tijl Coosemans 2012-03-16 10:10:17 +00:00
parent 609a5a0aa7
commit b827337ee6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233026

View file

@ -49,12 +49,6 @@
#define I386_SET_GSBASE 10
#define I386_GET_XFPUSTATE 11
/* These four only exist when running an i386 binary on amd64 */
#define _AMD64_GET_FSBASE 128
#define _AMD64_SET_FSBASE 129
#define _AMD64_GET_GSBASE 130
#define _AMD64_SET_GSBASE 131
struct i386_ldt_args {
unsigned int start;
union descriptor *descs;
@ -84,11 +78,6 @@ union descriptor;
struct dbreg;
__BEGIN_DECLS
/* These four only exist when running an i386 binary on amd64 */
int _amd64_get_fsbase(void **);
int _amd64_get_gsbase(void **);
int _amd64_set_fsbase(void *);
int _amd64_set_gsbase(void *);
int i386_get_ldt(int, union descriptor *, int);
int i386_set_ldt(int, union descriptor *, int);
int i386_get_ioperm(unsigned int, unsigned int *, int *);