RE: [PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper

From: David Laight
Date: Mon Sep 28 2020 - 10:31:57 EST


From: Alejandro Colomar
> Sent: 28 September 2020 14:33
...
> There are a few cases: if I want to find declarations of type int,
> I'd start with:
>
> $ grep -rn "int\s"
>
> or something like that. "int\~" would break the ability to do that.

The 'word markers' \< and \> are your friends; look for "\<int\>".

David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)