mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Fix mkstemps() prototype
This commit is contained in:
@@ -64,7 +64,7 @@ size_t strlcpy(char *, const char *, size_t);
|
||||
void *memrchr(const void *, int, size_t);
|
||||
#endif
|
||||
#ifndef HAVE_MKSTEMPS
|
||||
int mkstemps(char *);
|
||||
int mkstemps(char *, int);
|
||||
#endif
|
||||
#ifndef HAVE_NANOSLEEP
|
||||
int nanosleep(const struct timespec *, struct timespec *);
|
||||
|
Reference in New Issue
Block a user