|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.48, 2008/02/02 20:56:46 | version 1.49, 2011/02/07 21:39:47 | ||
|---|---|---|---|
|
|
||
| #include <string.h> | #include <string.h> | ||
| #include <unistd.h> | #include <unistd.h> | ||
| #ifdef __weak_alias | #if defined(__weak_alias) && !defined(SMALL) | ||
| __weak_alias(cgetcap,_cgetcap) | __weak_alias(cgetcap,_cgetcap) | ||
| __weak_alias(cgetclose,_cgetclose) | __weak_alias(cgetclose,_cgetclose) | ||
| __weak_alias(cgetent,_cgetent) | __weak_alias(cgetent,_cgetent) |