.\" -*- nroff -*- .\" Copyright (C) 1995, Thomas K. Dyas .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" .\" Created Sat Aug 21 1995 Thomas K. Dyas .\" .\" typo corrected, aeb, 950825 .\" added layout change from joey, 960722 .\" .TH PERSONALITY 2 "22/07/1996" "Linux 2.0" "Manual do Programador Linux" .SH NOME personality \- seleciona o domínio de execuçaõ do processo .SH SINOPSE .BI "int personality(unsigned long " persona ); .SH DESCRIÇÃO O Linux suporta diferentes domínios de execução, ou personalidades, para cada processo. Entre outras coisas, domínios de execução dizem ao Linux como mapear números de sinalização dentro de ações sinalizadas. Este sistema permite ao Linux fornecer suporte limitado para executáveis compilados dentro de outros sistemas operacionais compatíveis com o Unix. .B personality will make the execution domain referenced by .I persona the new execution domain of the current process. .SH "VALORES RETORNADOS" Em caso de sucesso, .I persona é feita o como novo domínio de execução e a .I persona anterior é retornada. Caso contrário, \-1 é retornado, e .I errno é selecionado adequadamente. .SH ERROS .TP .B EINVAL .I persona não se refere para um domínio de execução válido. .PP .SH ARQUIVOS .I /usr/include/linux/personality.h .SH "DE ACORDO COM" .B personality é especifico do Linux specific, é não deveria ser usado por programas que pretendem ser portáveis. .SH TRADUZIDO POR LDP-BR em 21/08/2000. \&\fR\&\f(CWAndré L. Fassone Canova (tradução)\fR \&\fR\&\f(CWxxxxxxxxxxxxxxxxxxxxxxxxx (revisão)\fR