mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
replace: Add memset_s to replacement functions
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7eaa59686b
commit
9968217b88
@ -73,6 +73,7 @@ symlink
|
||||
realpath
|
||||
poll
|
||||
setproctitle
|
||||
memset_s
|
||||
|
||||
Types:
|
||||
bool
|
||||
|
@ -791,7 +791,7 @@ REPLACEMENT_FUNCTIONS = {
|
||||
'utime', 'utimes', 'dup2', 'chown', 'link', 'readlink',
|
||||
'symlink', 'lchown', 'realpath', 'memmem', 'vdprintf',
|
||||
'dprintf', 'get_current_dir_name',
|
||||
'strerror_r', 'clock_gettime'],
|
||||
'strerror_r', 'clock_gettime', 'memset_s'],
|
||||
'timegm.c': ['timegm'],
|
||||
# Note: C99_VSNPRINTF is not a function, but a special condition
|
||||
# for replacement
|
||||
|
Loading…
Reference in New Issue
Block a user