projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5148cf
)
* elf/elf.h (AT_GID): Fix typo: Read -> Real.
author
roland
<roland>
Sun, 17 Sep 1995 19:53:10 +0000
(19:53 +0000)
committer
roland
<roland>
Sun, 17 Sep 1995 19:53:10 +0000
(19:53 +0000)
elf/elf.h
patch
|
blob
|
history
diff --git
a/elf/elf.h
b/elf/elf.h
index
a9b9336
..
2e9e245
100644
(file)
--- a/
elf/elf.h
+++ b/
elf/elf.h
@@
-430,7
+430,7
@@
typedef struct
#define AT_NOTELF 10 /* Program is not ELF */
#define AT_UID 11 /* Real uid */
#define AT_EUID 12 /* Effective uid */
-#define AT_GID 13 /* Rea
d
gid */
+#define AT_GID 13 /* Rea
l
gid */
#define AT_EGID 14 /* Effective gid */
/* Intel 80386 specific definitions. */