getcwd.3: Remove feature test macro requirements for getcwd()

These requirements were a typo: they should have been for getwd().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-17 16:51:01 +02:00
parent a89b9a381d
commit 3a4bf87571
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ getcwd, getwd, get_current_dir_name \- Get current working directory
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.in
.sp
.BR getcwd ():
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
.br
.BR get_current_dir_name ():
_GNU_SOURCE
.sp