diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-22 19:17:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-22 19:17:44 +0000 |
commit | d0db5a4454cf241095cd328cc381bdce40f414ef (patch) | |
tree | a13acdfa450940ce68dd3cc884d0b227ef0a37a0 /ChangeLog | |
parent | 33256e8a8c60eb6a5b51f7c951671aab611d1c8e (diff) | |
download | glibc-d0db5a4454cf241095cd328cc381bdce40f414ef.tar.gz glibc-d0db5a4454cf241095cd328cc381bdce40f414ef.tar.xz glibc-d0db5a4454cf241095cd328cc381bdce40f414ef.zip |
Update.
* manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed0b50af20..2e992b662f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise. * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise. * sysdeps/unix/sysv/aix/bits/stat.h: Likewise. + * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and + S_TYPEISSHM. 2000-06-22 Andreas Jaeger <aj@suse.de> |