comparison loader/ldt_keeper.h @ 21248:2de480457872

Remove useless fd parameter for mmap_anon
author reimar
date Sun, 26 Nov 2006 13:09:46 +0000
parents 174e2a58b4cd
children a8ea87c71d18
comparison
equal deleted inserted replaced
21247:c0400a8091a8 21248:2de480457872
7 #endif 7 #endif
8 8
9 typedef struct { 9 typedef struct {
10 void* fs_seg; 10 void* fs_seg;
11 char* prev_struct; 11 char* prev_struct;
12 int fd;
13 } ldt_fs_t; 12 } ldt_fs_t;
14 13
15 void Setup_FS_Segment(void); 14 void Setup_FS_Segment(void);
16 ldt_fs_t* Setup_LDT_Keeper(void); 15 ldt_fs_t* Setup_LDT_Keeper(void);
17 void Restore_LDT_Keeper(ldt_fs_t* ldt_fs); 16 void Restore_LDT_Keeper(ldt_fs_t* ldt_fs);