This is not C++.
This commit is contained in:
parent
0582ee0826
commit
9755197448
@ -79,7 +79,7 @@ extern int getspent_r (struct spwd *__result_buf, char *__buffer,
|
|||||||
|
|
||||||
extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
|
extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
|
||||||
char *__buffer, size_t __buflen,
|
char *__buffer, size_t __buflen,
|
||||||
struct spwd **__result)__THROW;
|
struct spwd **__result);
|
||||||
|
|
||||||
extern int sgetspent_r (__const char *__string, struct spwd *__result_buf,
|
extern int sgetspent_r (__const char *__string, struct spwd *__result_buf,
|
||||||
char *__buffer, size_t __buflen,
|
char *__buffer, size_t __buflen,
|
||||||
|
Loading…
Reference in New Issue
Block a user