commit | bd8d987b3c3aa6d9d00cede2cb091f00bdb42204 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Sun Sep 26 23:00:36 2010 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Mon Sep 27 17:35:26 2010 +0200 |
tree | cdc35d78d1da7fa4d2b5cd6212b559fb7722f87d | |
parent | b9e49ad56e5776ace7c6eab2e997d5b7acb16792 [diff] [blame] |
libc: remove C++ comments from public headers. Change-Id: I4af84f912062cd2ff34711c25122fb323f20c032
diff --git a/libc/include/sys/file.h b/libc/include/sys/file.h index 06937ff..cf2f4b1 100644 --- a/libc/include/sys/file.h +++ b/libc/include/sys/file.h
@@ -31,7 +31,7 @@ #include <sys/cdefs.h> #include <sys/types.h> -// ANDROID: needed for flock() +/* ANDROID: needed for flock() */ #include <unistd.h> #include <fcntl.h>