aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/sem.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-19 11:09:14 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-19 11:09:14 +0000
commit977bfd77e6cd739c82491fa9fe4b54b269ea349d (patch)
tree46dcc1eed0b51fa64baf075f4d54ae092cc11ba9 /sysdeps/unix/sysv/linux/bits/sem.h
parentdfab448bd8352b372814ca8df0651612296d8e8e (diff)
downloadglibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.zip
glibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.tar.gz
glibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.tar.bz2
Update.
1998-06-19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/bits/sem.h: Don't define union semun. * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo. * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition here. * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge definition here.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/sem.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/sem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/sem.h b/sysdeps/unix/sysv/linux/bits/sem.h
index dc0ec46..3d113a7 100644
--- a/sysdeps/unix/sysv/linux/bits/sem.h
+++ b/sysdeps/unix/sysv/linux/bits/sem.h
@@ -62,7 +62,7 @@ struct semid_ds
Previous versions of this file used to define this union but this is
incorrect. One can test the macro _SEM_SEMUN_UNDEFINED to see whether
- one must define the unio or not. */
+ one must define the union or not. */
#define _SEM_SEMUN_UNDEFINED 1
#ifdef __USE_MISC