diff options
| author | Warner Losh <imp@FreeBSD.org> | 1996-12-17 19:35:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1996-12-17 19:35:43 +0000 |
| commit | 2ad334cde88767d4a8522fe7b8cfe78545b33e8b (patch) | |
| tree | c8b85e973b397a227c903341bab7f90f70ad83eb /include/string.h | |
| parent | 9b50a3ce031fd694fa20ad36ef28a5fe9846a16c (diff) | |
Notes
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 06196260fab2..81c868ab98f5 100644 --- a/include/string.h +++ b/include/string.h @@ -73,7 +73,7 @@ char *strtok __P((char *, const char *)); size_t strxfrm __P((char *, const char *, size_t)); /* Nonstandard routines */ -#ifndef _ANSI_SOURCE +#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) int bcmp __P((const void *, const void *, size_t)); void bcopy __P((const void *, void *, size_t)); void bzero __P((void *, size_t)); |
