"template" is obviously a reserved word in C++...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a8cd036239
commit
88222a7539
@ -60,7 +60,7 @@ extern int daemon(int nochdir, int noclose);
|
||||
extern int system(const char *command);
|
||||
|
||||
extern char *mktemp(char *name);
|
||||
extern int mkstemp(char *template);
|
||||
extern int mkstemp(char *templat);
|
||||
|
||||
/* environment variables */
|
||||
extern char **environ;
|
||||
|
Loading…
Reference in New Issue
Block a user