diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-04-29 21:13:50 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-04-29 21:13:50 +0000 |
| commit | 5723e501abb675701352eb3e9fd58bb3cc2c649d (patch) | |
| tree | e9749f1ff2693755bce73e10528fc8cc6a6563ea /lib/libc/include/namespace.h | |
| parent | a8b5a9cd120e319cacf1c68e4a257e6955e0d5d6 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include/namespace.h')
| -rw-r--r-- | lib/libc/include/namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index e626200e1e29..6a7c68dfb322 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -43,6 +43,8 @@ #define err _err #define warn _warn #define nsdispatch _nsdispatch +#define strlcat _strlcat +#define strlcpy _strlcpy /* * Prototypes for syscalls/functions that need to be overridden |
