GETDTABLESIZE

Section: Manual del Programador de Linux (2)
Updated: 1 julio 1996
Index Return to Main Contents


 

NOMBRE

getdtablesize - obtiene el tamaño de la tabla de descriptores  

SINOPSIS

#include <unistd.h>

int getdtablesize(void);  

DESCRIPCIÓN

getdtablesize

devuelve el número máximo de ficheros que un proceso puede tener abiertos.  

NOTAS

getdtablesize

está implementada como una función de biblioteca en DLL 4.4.1. Esta función devuelve OPEN_MAX (que vale 256 en Linux 2.0.23) si OPEN_MAX fue definido cuando se compiló la biblioteca. De otra forma, se devuelve -1 y a errno se le asigna el valor ENOSYS.  

CONFORME A

SVr4, 4.4BSD (la función getdtablesize apareció por primera vez en BSD 4.2).  

VÉASE TAMBIÉN

close

(2), dup(2), open(2)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
NOTAS
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:21 GMT, January 22, 2005