From: Thomas Cort Date: Thu, 7 Jul 2011 15:47:34 +0000 (+0000) Subject: namespace.h: add entry for shutdown(2) X-Git-Tag: v3.2.0~488 X-Git-Url: http://zhaoyanbai.com/repos/FAQ?a=commitdiff_plain;h=f66e550c806eac828f1cdc6e13d29f96135dae8d;p=minix.git namespace.h: add entry for shutdown(2) --- diff --git a/lib/nbsd_libc/include/namespace.h b/lib/nbsd_libc/include/namespace.h index 6932c0825..4a688aa52 100644 --- a/lib/nbsd_libc/include/namespace.h +++ b/lib/nbsd_libc/include/namespace.h @@ -906,6 +906,7 @@ #define shmat _shmat #define shmdt _shmdt #define shmget _shmget +#define shutdown _shutdown #define sigreturn _sigreturn #define socket _socket #define socketpair _socketpair