.\" -*- coding: UTF-8 -*- .\" Copyright (C) 1996 Free Software Foundation, Inc. .\" .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" This file is distributed according to the GNU General Public License. .\" %%%LICENSE_END .\" .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH CREATE_MODULE 2 "15 Septiembre 2017" Linux "Manual del Programador de Linux" .SH NOMBRE create_module \- crea una entrada para un módulo cargable .SH SINOPSIS .nf \fB#include \fP .PP \fBcaddr_t create_module(const char *\fP\fInombre\fP\fB, size_t \fP\fItam\fP\fB);\fP .fi .PP \fINote\fP: No declaration of this system call is provided in glibc headers; see NOTES. .SH DESCRIPCIÓN \fINote\fP: This system call is present only in kernels before Linux 2.6. .PP \fBcreate_module\fP() attempts to create a loadable module entry and reserve the kernel memory that will be needed to hold the module. This system call requires privilege. .SH "VALOR DEVUELTO" En caso de éxito, devuelve la dirección del núcleo en la que residirá el módulo. En caso de error se devuelve \-1 y \fIerrno\fP toma un valor apropiado. .SH ERRORES .TP \fBEEXIST\fP Ya existe un módulo con ese nombre. .TP \fBEFAULT\fP \fInombre\fP está afuera del espacio de direcciones accesible por el programa. .TP \fBEINVAL\fP El tamaño pedido es demasiado pequeño incluso para la información de la cabecera del módulo. .TP \fBENOMEM\fP El núcleo no pudo reservar un bloque contiguo de memoria lo suficientemente grande para el módulo. .TP \fBENOSYS\fP \fBcreate_module\fP() is not supported in this version of the kernel (e.g., the kernel is version 2.6 or later). .TP \fBEPERM\fP The caller was not privileged (did not have the \fBCAP_SYS_MODULE\fP capability). .SH VERSIONES .\" Removed in Linux 2.5.48 This system call is present on Linux only up until kernel 2.4; it was removed in Linux 2.6. .SH "CONFORME A" \fBcreate_module\fP() es específica de Linux. .SH NOTAS This obsolete system call is not supported by glibc. No declaration is provided in glibc headers, but, through a quirk of history, glibc versions before 2.23 did export an ABI for this system call. Therefore, in order to employ this system call, it was sufficient to manually declare the interface in your code; alternatively, you could invoke the system call using \fBsyscall\fP(2). .SH "VÉASE TAMBIÉN" \fBdelete_module\fP(2), \fBinit_module\fP(2), \fBquery_module\fP(2) .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García . Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org>. .ME .