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

Merge commit 'bd8d987b3c3aa6d9d00cede2cb091f00bdb42204' into gingerbread-plus-aosp

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

View file

@ -46,8 +46,6 @@ typedef long ssize_t;
typedef long ptrdiff_t;
#endif
//#include <linux/types.h>
/* 7.18.1.1 Exact-width integer types */
typedef __signed char __int8_t;
typedef unsigned char __uint8_t;

View file

@ -311,4 +311,4 @@ extern void __pthread_cleanup_pop(__pthread_cleanup_t* c,
#define LONG_LONG_MAX __LONG_LONG_MAX__
#define LONG_LONG_MIN (-__LONG_LONG_MAX__ - 1)
#endif // _PTHREAD_H_
#endif /* _PTHREAD_H_ */

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

View file

@ -87,4 +87,4 @@ struct utmp* getutent();
__END_DECLS
#endif // _UTMP_H_
#endif /* _UTMP_H_ */