l_stdlib.h (ntp-4.2.8p14) | : | l_stdlib.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 224 | skipping to change at line 224 | |||
* Necessary variable declarations. | * Necessary variable declarations. | |||
*/ | */ | |||
#ifdef DECL_ERRNO | #ifdef DECL_ERRNO | |||
extern int errno; | extern int errno; | |||
#endif | #endif | |||
#if defined(DECL_H_ERRNO) && !defined(h_errno) | #if defined(DECL_H_ERRNO) && !defined(h_errno) | |||
extern int h_errno; | extern int h_errno; | |||
#endif | #endif | |||
#ifndef HAVE_MEMCHR | ||||
extern void *memchr(const void *s, int c, size_t n); | ||||
#endif | ||||
#ifndef HAVE_STRNLEN | ||||
extern size_t strnlen(const char *s, size_t n); | ||||
#endif | ||||
#endif /* L_STDLIB_H */ | #endif /* L_STDLIB_H */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |