Jim Meyering <[EMAIL PROTECTED]> writes: > If you're serious about merging back to glibc, it'll help > (name space cleanliness) to add the "__" prefix: i.e., change > your Restrict to __Restrict.
But the prefix _R suffices, no? As far as the standard C name space rules are concerned, _R* is in the same category as __*.