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:
Axel Dörfler 2002-10-06 23:47:50 +00:00
parent cc53922b41
commit 5ebceff89d
1 changed files with 5 additions and 2 deletions

View File

@ -9,10 +9,13 @@
#include <stdarg.h> #include <stdarg.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C" {
{
#endif #endif
#define L_ctermid 32
#define L_cuserid 32
#define L_tmpnam 512
typedef off_t fpos_t; /* stdio file position type */ typedef off_t fpos_t; /* stdio file position type */
/* stdio buffers */ /* stdio buffers */