Penguin
Diff: modify_ldt(2)
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of modify_ldt(2).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Saturday, March 15, 2003 12:51:04 am by PerryLorier
Older page: version 3 Last edited on Saturday, March 15, 2003 12:46:13 am by PerryLorier Revert
@@ -1,10 +1,11 @@
 !!NAME 
 modify_ldt - get or set ldt 
 !!SYNOPSIS 
- __#include <unistd .h>__  
- __#include <sys /mman.h >__  
- __char *mmap (__ ''func''__, void *__''ptr''__, unsigned long__ ''bytecount''__);__ 
+ __#include <linux/ldt .h>__  
+ __#include <linux /unistd >__  
+ ___syscall(int __''modify_ldt''__, int __''func''__, void *__''ptr''__, unsigned long__'' bytecount''__ ) __  
+ __char *modify_ldt (int __ ''func''__, void *__''ptr''__, unsigned long__ ''bytecount''__);__ 
  
 !!DESCRIPTION 
 __modify_ldt__ reads or writes the local descriptor table (ldt) for a process. The ldt is a per-process memory management table used by the i386 processor. For more 
 information on this table, see an Intel 386 processor handbook. 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.