summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
diff options
context:
space:
mode:
authorbradnelson <bradnelson@google.com>2015-01-23 12:03:25 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-23 20:04:22 +0000
commit3fdc28cbc763c6702cc83a1ee716d527b09befbb (patch)
tree7c102f480472a55cd8d626eb6145c6b7adfe6887 /native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
parent8543a23f0bc2072149902d80bf36ae143a8dee48 (diff)
downloadchromium_src-3fdc28cbc763c6702cc83a1ee716d527b09befbb.zip
chromium_src-3fdc28cbc763c6702cc83a1ee716d527b09befbb.tar.gz
chromium_src-3fdc28cbc763c6702cc83a1ee716d527b09befbb.tar.bz2
Grab a bunch of owners / todos.
Taking over some TODOs for noelallen and adding myself to OWNERS files in a few places. BUG=None TEST=None R=noelallen@chromium.org Review URL: https://codereview.chromium.org/875543002 Cr-Commit-Position: refs/heads/master@{#312909}
Diffstat (limited to 'native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc')
-rw-r--r--native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
index d9d9567..c974f6b 100644
--- a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
@@ -972,7 +972,7 @@ int KernelProxy::utimens(const char* path, const struct timespec times[2]) {
return FutimensInternal(node, times);
}
-// TODO(noelallen): Needs implementation.
+// TODO(bradnelson): Needs implementation.
int KernelProxy::link(const char* oldpath, const char* newpath) {
LOG_TRACE("link is not implemented.");
errno = EINVAL;