os_base.h   os_base.h 
skipping to change at line 40 skipping to change at line 40
#endif /* _GNU_SOURCE */ #endif /* _GNU_SOURCE */
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <limits.h> #include <limits.h>
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */ #endif /* HAVE_SYS_TYPES_H */
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h> #include <sys/uio.h>
#endif /* HAVE_SYS_UIO_H */
#ifdef HAVE_STDINT_H #ifdef HAVE_STDINT_H
#include <stdint.h> #include <stdint.h>
#endif /* HAVE_STDINT_H */ #endif /* HAVE_STDINT_H */
#ifdef HAVE_INTTYPES_H #ifdef HAVE_INTTYPES_H
#include <inttypes.h> #include <inttypes.h>
#endif #endif
#include <assert.h> #include <assert.h>
skipping to change at line 130 skipping to change at line 132
#if _POSIX_THREAD_PROCESS_SHARED > 0 #if _POSIX_THREAD_PROCESS_SHARED > 0
#define HAVE_POSIX_SHARED_SEMAPHORE 1 #define HAVE_POSIX_SHARED_SEMAPHORE 1
#if defined(HAVE_PTHREAD_SPIN_LOCK) #if defined(HAVE_PTHREAD_SPIN_LOCK)
#define HAVE_PTHREAD_SHARED_SPIN_LOCK 1 #define HAVE_PTHREAD_SHARED_SPIN_LOCK 1
#endif /* HAVE_PTHREAD_SPIN_LOCK */ #endif /* HAVE_PTHREAD_SPIN_LOCK */
#endif /* _POSIX_THREAD_PROCESS_SHARED */ #endif /* _POSIX_THREAD_PROCESS_SHARED */
#endif /* DISABLE_POSIX_THREAD_PROCESS_SHARED */ #endif /* DISABLE_POSIX_THREAD_PROCESS_SHARED */
#ifdef QB_DARWIN
char *strchrnul (const char *s, int c_in);
#endif
#endif /* QB_OS_BASE_H_DEFINED */ #endif /* QB_OS_BASE_H_DEFINED */
 End of changes. 3 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/