about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-22 08:39:39 +0000
committerRoland McGrath <roland@gnu.org>2001-06-22 08:39:39 +0000
commit7d409f11b061886ec370d542fb44f67f5d4d7dd0 (patch)
tree0c71e3ce9c69d5b0013cc45d8daeb6e6599bcd11
parentfec3cf8165d6523e66f99fb923eed0f966823f81 (diff)
downloadglibc-7d409f11b061886ec370d542fb44f67f5d4d7dd0.tar.gz
glibc-7d409f11b061886ec370d542fb44f67f5d4d7dd0.tar.xz
glibc-7d409f11b061886ec370d542fb44f67f5d4d7dd0.zip
2001-06-18 Roland McGrath <roland@frob.com>
	* hurd/hurd/fd.h (_hurd_fd_error_signal): Change return type to int.
-rw-r--r--hurd/hurd/fd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h
index 7247fb9f31..e9b05b5bcb 100644
--- a/hurd/hurd/fd.h
+++ b/hurd/hurd/fd.h
@@ -1,5 +1,5 @@
 /* File descriptors.
-   Copyright (C) 1993,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
+   Copyright (C) 1993,94,95,96,97,98,99,2000,01 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -135,7 +135,7 @@ _hurd_fd_get (int fd)
 /* Check if ERR should generate a signal.
    Returns the signal to take, or zero if none.  */
 
-_HURD_FD_H_EXTERN_INLINE error_t
+_HURD_FD_H_EXTERN_INLINE int
 _hurd_fd_error_signal (error_t err)
 {
   switch (err)