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 --- sysdeps/unix/sysv/linux/powerpc/getmsg.c | 1 - sysdeps/unix/sysv/linux/powerpc/putmsg.c | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/putmsg.c (limited to 'sysdeps/unix/sysv/linux/powerpc') diff --git a/sysdeps/unix/sysv/linux/powerpc/getmsg.c b/sysdeps/unix/sysv/linux/powerpc/getmsg.c deleted file mode 100644 index 3a1fa08525..0000000000 --- a/sysdeps/unix/sysv/linux/powerpc/getmsg.c +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/sysdeps/unix/sysv/linux/powerpc/putmsg.c b/sysdeps/unix/sysv/linux/powerpc/putmsg.c deleted file mode 100644 index ebc1680ca7..0000000000 --- a/sysdeps/unix/sysv/linux/powerpc/putmsg.c +++ /dev/null @@ -1 +0,0 @@ -#include -- cgit 1.4.1