[uClibc-cvs] uClibc/libc/sysdeps/linux/common/bits shm.h,1.3,1.4

Erik Andersen andersen at uclibc.org
Thu May 13 05:53:40 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/common/bits
In directory nail:/tmp/cvs-serv4279/libc/sysdeps/linux/common/bits

Modified Files:
	shm.h 
Log Message:
Add define for SHM_HUGETLB


Index: shm.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/bits/shm.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/shm.h	5 Aug 2003 18:51:16 -0000	1.3
+++ b/shm.h	13 May 2004 05:53:37 -0000	1.4
@@ -71,6 +71,7 @@
 /* shm_mode upper byte flags */
 # define SHM_DEST	01000	/* segment will be destroyed on last detach */
 # define SHM_LOCKED	02000   /* segment will not be swapped */
+# define SHM_HUGETLB	04000	/* segment is mapped via hugetlb */
 
 struct  shminfo {
     int shmmax;




More information about the uClibc-cvs mailing list