libc: remove C++ comments from public headers.

Change-Id: I4af84f912062cd2ff34711c25122fb323f20c032
This commit is contained in:
David 'Digit' Turner
2010-09-26 23:00:36 +02:00
parent b9e49ad56e
commit bd8d987b3c
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;