* common.h (AT_SUN_AUXFLAGS): Define.

This commit is contained in:
Mark Kettenis
2008-01-16 22:01:42 +00:00
parent c7b8bedfb2
commit 60308c48f2
2 changed files with 5 additions and 0 deletions

View File

@ -782,6 +782,7 @@
#define AT_SUN_EXECNAME 2014 /* Canonicalized file name given to execve. */
#define AT_SUN_MMU 2015 /* String for name of MMU module. */
#define AT_SUN_LDDATA 2016 /* Dynamic linker's data segment address. */
#define AT_SUN_AUXFLAGS 2017 /* AF_SUN_ flags passed from the kernel. */
#endif /* _ELF_COMMON_H */