svn commit: r313177 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

Konstantin Belousov kostikbel at gmail.com
Fri Feb 3 22:46:58 UTC 2017


On Fri, Feb 03, 2017 at 10:40:13PM +0000, George V. Neville-Neil wrote:
> +
> +#ifndef _DTRACE_XOROSHIRO128_PLUS_H
> +#define _DTRACE_XOROSHIRO128_PLUS_H
> +#endif
This protective define is useless unless #endif is placed properly.

> +
> +#include <sys/types.h>
> +
> +extern void dtrace_xoroshiro128_plus_jump(uint64_t * const, uint64_t * const);
extern keywords there are useless as well.

> +extern uint64_t dtrace_xoroshiro128_plus_next(uint64_t * const);


More information about the svn-src-head mailing list