This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Fix typo in libmudflap on tree-ssa branch


[redirected to gcc-patches]

"Steven G. Kargl" <kargls@comcast.net> writes:

>  #ifdef IPC_INFO
>    case IPC_INFO:
> -    MF_VALIDATE_EXTENT (arg.__buf, sizeof (*arg.__buf), __MF_CHECK_WRITE,
> -      "semctl __buf");
> +    MF_VALIDATE_EXTENT (arg.buf, sizeof (*arg.buf), __MF_CHECK_WRITE,
> +      "semctl buf");
>      break;
>  #endif

Thanks, though this looks like another item to leave to autoconf, as
the existing code does run on some targets.  Want to give some new
configure.in chunks a try?

- FChE


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