diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-13 14:12:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-13 14:12:19 +0000 |
commit | 8fc970ab0a8bb0526592a1db6e46182a04a0afd3 (patch) | |
tree | 438591c1e641bbaa0cc5e57869fd62337514b2bc /libc/sysdeps/linux | |
parent | 4348f28daaaa61327fd54c8296928f9cf7e79e9a (diff) |
- we may need getdomainname internally
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/getdomainname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/getdomainname.c b/libc/sysdeps/linux/common/getdomainname.c index 20b09610a..5cf8baa6b 100644 --- a/libc/sysdeps/linux/common/getdomainname.c +++ b/libc/sysdeps/linux/common/getdomainname.c @@ -42,5 +42,7 @@ int getdomainname(char *name, size_t len) #endif return 0; } +#ifdef __UCLIBC_BSD_SPECIFIC__ libc_hidden_def(getdomainname) #endif +#endif |