mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18034 from laurin/arpa-inet-restrict
sys/posix/include/arpa: use `__restrict` instead of `restrict`
This commit is contained in:
commit
6b0a105344
@ -59,7 +59,7 @@ extern "C" {
|
||||
* @return NULL, if @p size was smaller than needed
|
||||
* @return NULL, if @p src or @p dst was NULL
|
||||
*/
|
||||
const char *inet_ntop(int af, const void *restrict src, char *restrict dst,
|
||||
const char *inet_ntop(int af, const void *__restrict src, char *__restrict dst,
|
||||
socklen_t size);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user