diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man2/getdtablesize.2 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man2/getdtablesize.2')
| -rw-r--r-- | man2/getdtablesize.2 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/getdtablesize.2 b/man2/getdtablesize.2 index 07d7e5f182..2b45d86f7c 100644 --- a/man2/getdtablesize.2 +++ b/man2/getdtablesize.2 @@ -24,13 +24,21 @@ .\" .\" Modified 2002-04-15 by Roger Luethi <rl@hellgate.ch> and aeb .\" -.TH GETDTABLESIZE 2 2002-04-15 "Linux" "Linux Programmer's Manual" +.TH GETDTABLESIZE 2 2007-07-26 "Linux" "Linux Programmer's Manual" .SH NAME getdtablesize \- get descriptor table size .SH SYNOPSIS .B #include <unistd.h> .sp .B int getdtablesize(void); +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.BR getdtablesize (): +_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .SH DESCRIPTION .BR getdtablesize () returns the maximum number of files a process can have open, |
