teak-llvm/lldb/packages/Python/lldbsuite/test/api/multithreaded
Kamil Rytarowski 1f1a15332b getwd(3) with NULL pointer extension is supported on NetBSD
Summary:
The getwd() and getcwd() functions conform to IEEE Std 1003.1-1990
(POSIX.1).  The IEEE Std 1003.1-2004 (POSIX.1) revision marked
getwd() as legacy and recommended the use of getcwd() instead.  The IEEE
Std 1003.1-2008 (``POSIX.1'') revision removed getwd() from the
specification.

The ability to specify a NULL pointer and have getcwd() allocate memory
as necessary is an extension.

The getwd() function appeared in 4.0BSD.

Reviewers: emaste, tfiala, clayborg

Subscribers: lldb-commits, joerg

Differential Revision: http://reviews.llvm.org/D15260

llvm-svn: 254944
2015-12-07 21:21:12 +00:00
..
common.h getwd(3) with NULL pointer extension is supported on NetBSD 2015-12-07 21:21:12 +00:00
driver.cpp
inferior.cpp
listener_test.cpp
lldb-headers.h
Makefile
test_breakpoint_callback.cpp
test_listener_event_description.cpp
test_listener_event_process_state.cpp
test_listener_resume.cpp
TestMultithreaded.py Re-add an xfail removed by r254163 2015-11-27 10:50:33 +00:00