From a0a0dc83173ce11ff45105fd32e5d14356cdfb9c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 14 Mar 2019 15:44:14 +0100 Subject: Remove obsolete, never-implemented XSI STREAMS declarations The stub implementations are turned into compat symbols. Linux actually has two reserved system call numbers (for getpmsg and putpmsg), but these system calls have never been implemented, and there are no plans to implement them, so this patch replaces the wrappers with the generic stubs. According to , the presence of the XSI STREAMS declarations is a minor portability hazard because they are not actually implemented. This commit does not change the TIRPC support code in sunrpc/rpc_svcout.c. It uses additional XTI functionality and therefore never worked with glibc. Reviewed-by: Carlos O'Donell --- streams/Versions | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 streams/Versions (limited to 'streams/Versions') diff --git a/streams/Versions b/streams/Versions deleted file mode 100644 index 9a6f4d756c..0000000000 --- a/streams/Versions +++ /dev/null @@ -1,15 +0,0 @@ -libc { - GLIBC_2.1 { - # f* - fattach; fdetach; - - # g* - getmsg; getpmsg; - - # i* - isastream; - - # p* - putmsg; putpmsg; - } -} -- cgit 1.4.1