usr/src/uts/common/sys/exec.h
changeset 6229 d95cc752da23
parent 4642 d7554fc0577a
child 7838 cfb39999d184
--- a/usr/src/uts/common/sys/exec.h	Wed Mar 19 12:13:40 2008 -0700
+++ b/usr/src/uts/common/sys/exec.h	Wed Mar 19 14:47:15 2008 -0700
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -107,6 +107,7 @@
 	vnode_t	*ex_vp;
 	char	*emulator;
 	char	*brandname;
+	char	*auxp_auxflags; /* addr of auxflags auxv on the user stack */
 	char	*auxp_brand; /* address of first brand auxv on user stack */
 } uarg_t;