diff options
author | Roland McGrath <roland@gnu.org> | 2000-12-01 23:50:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-12-01 23:50:36 +0000 |
commit | 2082d3c68a0ad1dd15cbd2506b293f75dd5ed882 (patch) | |
tree | 737e408fef206cbd1e01d42d08ff78a464b6136c /ChangeLog | |
parent | 72f841d53515e5b6d67eba0ac722e70906bfad2d (diff) | |
download | glibc-2082d3c68a0ad1dd15cbd2506b293f75dd5ed882.tar.gz glibc-2082d3c68a0ad1dd15cbd2506b293f75dd5ed882.tar.xz glibc-2082d3c68a0ad1dd15cbd2506b293f75dd5ed882.zip |
* hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.
(_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to allow multiple instances using the same function name in one file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2979b42a3e..c1d8768b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-11-30 Roland McGrath <roland@frob.com> + + * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro. + (_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to + allow multiple instances using the same function name in one file. + 2000-12-01 Ulrich Drepper <drepper@redhat.com> * configure.in: Correct test for pserver CVS access. |