This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/9][BZ 16892] Add linux-generic lowlevellock.h


Many instances of:

> +    if(INTERNAL_SYSCALL_ERROR_P (__ret, __err))				      \

Missed space after IF.

> +      __ret = -(INTERNAL_SYSCALL_ERRNO (__ret, __err));			      \

Silly extra parenthesis around INTERNAL_SYSCALL_ERRNO.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]