Petr Salinger <[EMAIL PROTECTED]> wrote:
>>> getcwd.c uses *at() function family iff AT_FDCWD is defined.
>>> This approach does not work on GNU/kFreeBSD - FreeBSD kernel + GNU libc.
>>> The kernel does not provide needed interfaces, and therefore glibc
>>> provides only stub version for function
getcwd.c uses *at() function family iff AT_FDCWD is defined.
This approach does not work on GNU/kFreeBSD - FreeBSD kernel + GNU libc.
The kernel does not provide needed interfaces, and therefore glibc
provides only stub version for function from *at() family.
But the AT_FDCWD is declared and getcw
Petr Salinger <[EMAIL PROTECTED]> wrote:
> getcwd.c uses *at() function family iff AT_FDCWD is defined.
> This approach does not work on GNU/kFreeBSD - FreeBSD kernel + GNU libc.
> The kernel does not provide needed interfaces, and therefore glibc
> provides only stub version for function from *at(
Hello,
getcwd.c uses *at() function family iff AT_FDCWD is defined.
This approach does not work on GNU/kFreeBSD - FreeBSD kernel + GNU libc.
The kernel does not provide needed interfaces, and therefore glibc
provides only stub version for function from *at() family.
But the AT_FDCWD is declared a