mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
string-util: fix prototype of explicit_bzero_safe() (#10513)
Follow-up for 87f5446311.
This commit is contained in:
@@ -206,7 +206,7 @@ static inline void* explicit_bzero_safe(void *p, size_t l) {
|
||||
return p;
|
||||
}
|
||||
#else
|
||||
void explicit_bzero_safe(void *p, size_t l);
|
||||
void *explicit_bzero_safe(void *p, size_t l);
|
||||
#endif
|
||||
|
||||
char *string_erase(char *x);
|
||||
|
||||
Reference in New Issue
Block a user