Added L_cuserid, ... definition.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cc53922b41
commit
5ebceff89d
@ -9,10 +9,13 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define L_ctermid 32
|
||||
#define L_cuserid 32
|
||||
#define L_tmpnam 512
|
||||
|
||||
typedef off_t fpos_t; /* stdio file position type */
|
||||
|
||||
/* stdio buffers */
|
||||
|
Loading…
Reference in New Issue
Block a user