am 9aac3824: am bd8d987b: libc: remove C++ comments from public headers.

Merge commit '9aac38249b579282ae8eaa630de3deaf97c4edff'

* commit '9aac38249b579282ae8eaa630de3deaf97c4edff':
  libc: remove C++ comments from public headers.
This commit is contained in:
David 'Digit' Turner
2010-09-28 12:48:07 -07:00
committed by Android Git Automerger
6 changed files with 6 additions and 8 deletions

View File

@@ -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>

View File

@@ -39,8 +39,8 @@
#ifndef _SYS_IOCTL_COMPAT_H_
#define _SYS_IOCTL_COMPAT_H_
//#include <sys/ttychars.h>
//#include <sys/ttydev.h>
/*#include <sys/ttychars.h>*/
/*#include <sys/ttydev.h>*/
struct tchars {
char t_intrc; /* interrupt */

View File

@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
// For all of the defines
/* For all of the defines */
#include <linux/ptrace.h>
__BEGIN_DECLS