1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add comments about non-Linux use of bits/mman-linux.h.

This commit is contained in:
Roland McGrath
2014-03-18 14:58:15 -07:00
parent 0283ecca51
commit 7d375303f2
3 changed files with 15 additions and 1 deletions

View File

@ -21,7 +21,10 @@
#endif
/* The following definitions basically come from the kernel headers.
But the kernel header is not namespace clean. */
But the kernel header is not namespace clean.
This file is also used by some non-Linux configurations of the
GNU C Library, for other systems that use these same bit values. */
/* Protections are chosen from these bits, OR'd together. The