commit | e60070d91b5023ebdad539e21ed8426a47c1c96a | [log] [tgz] |
---|---|---|
author | Nicholas Lowell <Nicholas.Lowell@lexmark.com> | Mon Apr 14 10:15:42 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 30 10:26:22 2025 +0200 |
tree | 84cf9912eae5a0a7a693204e53944a4ef5775772 | |
parent | d6edc756996fdc138d8889d520d08309b9519577 [diff] |
posix: net: move static inline gethostname() to lib definition static inline gethostname() in unistd.h can cause declaration collisions. we should just move it to a normal function definition like the rest of the network functions. Signed-off-by: Nicholas Lowell <Nicholas.Lowell@lexmark.com>