|
|||||||
|
|
PERSONALITYSection: Linux Programmer's Manual (2)Updated: 2003-01-01 Index Return to Main Contents NAMEpersonality - set the process execution domainSYNOPSISlong personality(unsigned long persona);DESCRIPTIONLinux supports different execution domains, or personalities, for each process. Among other things, execution domains tell Linux how to map signal numbers into signal actions. The execution domain system allows Linux to provide limited support for binaries compiled under other Unix-like operating systems.This function will return the current personality when persona equals 0xffffffff. Otherwise, it will make the execution domain referenced by persona the new execution domain of the current process. RETURN VALUEOn success, the previous persona is returned. On error, -1 is returned, and errno is set appropriately.ERRORS
FILES/usr/include/linux/personality.hCONFORMING TOpersonality is Linux-specific and should not be used in programs intended to be portable.
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man2". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |