Manual Reference Pages  - PERSONALITY (2)

NAME

personality - set the process execution domain

CONTENTS

Synopsis
Description
Errors

SYNOPSIS

#include <sys/personality.h>

extern int personality (unsigned long persona);

DESCRIPTION

Linux 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 VALUE

On success, the previous persona is returned. On error, -1 is returned, and errno is set appropriately.

ERRORS

EINVAL The kernel was unable to change the personality.

CONFORMING TO

personality is Linux-specific and should not be used in programs intended to be portable.
Jump to page    or go to Top of page |  Section 2 |  Main Index.


Linux 2.0 PERSONALITY (2) 2003-01-01
Generated by manServer 1.07 from /usr/share/man/man2/personality.2.gz using man macros.