diff options
author | Ed Schouten <ed@nuxi.nl> | 2015-03-11 16:39:36 +0000 |
---|---|---|
committer | Ed Schouten <ed@nuxi.nl> | 2015-03-11 16:39:36 +0000 |
commit | 12e012659616dc566f6a177b0309411e0c7d4ad6 (patch) | |
tree | 7e355512bf6dabfb45bea08bb7ccf614fb4cfa39 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | |
parent | 5178125abd110ab0ab2a579d88dd2859bd0935ed (diff) | |
download | llvm-12e012659616dc566f6a177b0309411e0c7d4ad6.zip llvm-12e012659616dc566f6a177b0309411e0c7d4ad6.tar.gz llvm-12e012659616dc566f6a177b0309411e0c7d4ad6.tar.bz2 |
Disable cat*() on CloudABI. Also make tiny cleanups.
On a new platform that I am working on
(https://github.com/NuxiNL/cloudlibc) I am not implementing the
cat{open,close,gets}() API, just like Android, Newlib, etc.
Instead of adding yet another operating system name to the #ifs,
introduce _LIBCPP_HAS_CATOPEN in include/__config. Also adjust the code
to only pull in nl_types.h when _LIBCPP_HAS_CATOPEN is set. We only
needed this header for the cat*() API.
Differential Revision: http://reviews.llvm.org/D8163
Reviewed by: marshall
llvm-svn: 231937
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions