mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +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);
|
void *memrchr(const void *, int, size_t);
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_MKSTEMPS
|
#ifndef HAVE_MKSTEMPS
|
||||||
int mkstemps(char *);
|
int mkstemps(char *, int);
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_NANOSLEEP
|
#ifndef HAVE_NANOSLEEP
|
||||||
int nanosleep(const struct timespec *, struct timespec *);
|
int nanosleep(const struct timespec *, struct timespec *);
|
||||||
|
Reference in New Issue
Block a user