diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:45:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:45:21 +0000 |
commit | 257abbe2e31a500ee871075e3c8c486c4289c375 (patch) | |
tree | c45d1987ab8ae0c57ee11d3d6a11b8be00fcecbf /conform/data/sys | |
parent | 2ff458ebe647b5aba45d3b8f49ea76d2d993d5db (diff) | |
download | glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.gz glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.xz glibc-257abbe2e31a500ee871075e3c8c486c4289c375.zip |
Update.
* conform/data/sys/shm.h-data: SHMLBA is not required to by a constant. * conform/conformtest.pl: Implement handling of symbol.
Diffstat (limited to 'conform/data/sys')
-rw-r--r-- | conform/data/sys/shm.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/sys/shm.h-data b/conform/data/sys/shm.h-data index a08d6f5596..cac0163406 100644 --- a/conform/data/sys/shm.h-data +++ b/conform/data/sys/shm.h-data @@ -1,5 +1,5 @@ constant SHM_RDONLY -constant SHMLBA +symbol SHMLBA constant SHM_RND type shmatt_t |