Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/include We have pselect(2) now; the local wrapper i...



details:   https://anonhg.NetBSD.org/src/rev/f304ee2aed5f
branches:  trunk
changeset: 579562:f304ee2aed5f
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Mar 17 20:48:50 2005 +0000

description:
We have pselect(2) now; the local wrapper is no longer necessary.

diffstat:

 lib/libc/include/port_before.h |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 45494695e06b -r f304ee2aed5f lib/libc/include/port_before.h
--- a/lib/libc/include/port_before.h    Thu Mar 17 20:40:42 2005 +0000
+++ b/lib/libc/include/port_before.h    Thu Mar 17 20:48:50 2005 +0000
@@ -1,6 +1,5 @@
 #include "namespace.h"
 #include <sys/cdefs.h>
-#define NEED_PSELECT
 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
 #define ISC_SOCKLEN_T  socklen_t
 #define DE_CONST(c,v)  v = ((c) ? \



Home | Main Index | Thread Index | Old Index