diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-16 15:14:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-16 15:14:24 +0000 |
commit | 7c97bb094e60bd100c752234397979d32d89a864 (patch) | |
tree | 85b6e807663487a896a365b72ed4235517c3b333 /hurd/hurdioctl.c | |
parent | 9b19f55dc833831a718d775378d874a0aee5b01b (diff) | |
download | glibc-7c97bb094e60bd100c752234397979d32d89a864.tar.gz glibc-7c97bb094e60bd100c752234397979d32d89a864.tar.xz glibc-7c97bb094e60bd100c752234397979d32d89a864.zip |
Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* Makeconfig (CFLAGS-.po): Use -pg instead of -p.
Diffstat (limited to 'hurd/hurdioctl.c')
-rw-r--r-- | hurd/hurdioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c index bd91389ad7..33a7e094ec 100644 --- a/hurd/hurdioctl.c +++ b/hurd/hurdioctl.c @@ -127,7 +127,7 @@ fioclex (int fd, return __fcntl (fd, F_SETFD, flag); } -_HURD_HANDLE_IOCTL (fioclex, FIOCLEX, FIONCLEX); +_HURD_HANDLE_IOCTLS (fioclex, FIOCLEX, FIONCLEX); #include <hurd/term.h> #include <hurd/tioctl.h> |