- the standard says that cuserid() should be declared instead of unistd.h,
and libstdc++-build agrees (fails otherwise). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9904 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
23db182d85
commit
2f50925911
@ -148,6 +148,7 @@ extern int vfscanf(FILE *stream, char const *format, va_list ap);
|
||||
|
||||
/* misc */
|
||||
extern char *ctermid(char *controllingTerminal);
|
||||
extern char *cuserid(char *s);
|
||||
|
||||
/* temporary files */
|
||||
extern char *tempnam(char *path, char *prefix);
|
||||
|
Loading…
Reference in New Issue
Block a user