]> err.no Git - linux-2.6/blobdiff - include/linux/auxvec.h
Merge commit 'gcl/gcl-next'
[linux-2.6] / include / linux / auxvec.h
index d2bc0d66e65d49ed3df74f2666b3d079a023eeca..0da17d14fd139f548cc18c3076a8390a8089918f 100644 (file)
 
 #define AT_SECURE 23   /* secure mode boolean */
 
-#define AT_VECTOR_SIZE  44 /* Size of auxiliary table.  */
+#define AT_EXECFN  31  /* filename of program */
+#ifdef __KERNEL__
+#define AT_VECTOR_SIZE_BASE 17 /* NEW_AUX_ENT entries in auxiliary table */
+  /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
+#endif
 
 #endif /* _LINUX_AUXVEC_H */