summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:48:44 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:48:44 +0200
commitdd8cbb15da8a2d4912a7f54781537e01032f6556 (patch)
tree8f9701a9ab2f50f51ce73fff8ce5be55e2d0a887 /hurd
parent5f12c36f045e28b4751265a81edaf3a94a91af9e (diff)
parentf08c7420b5e8b017a1a47b880a62b15bdc588f4d (diff)
Merge branch 't/extern_inline' into refs/top-bases/t/gsync-libc-merge
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd/fd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h
index a4adc553ec..bd6001b310 100644
--- a/hurd/hurd/fd.h
+++ b/hurd/hurd/fd.h
@@ -203,7 +203,7 @@ __hurd_dfail (int fd, error_t err)
/* Likewise, but do not raise SIGPIPE on EPIPE if flags contain
MSG_NOSIGNAL. */
-exern int __hurd_sockfail (int fd, int flags, error_t err);
+extern int __hurd_sockfail (int fd, int flags, error_t err);
#ifdef __USE_EXTERN_INLINES
_HURD_FD_H_EXTERN_INLINE int