about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tcsetpgrp.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-18 18:32:47 +0000
committerRoland McGrath <roland@gnu.org>1996-03-18 18:32:47 +0000
commite384537164e04d46fe1749899715abd72d33c54e (patch)
treef906d3c3ecf09b014c1cd395683d7796e40b4921 /sysdeps/unix/sysv/linux/tcsetpgrp.c
parent9b431e31e15b4620c862208c1079fdace62313aa (diff)
downloadglibc-e384537164e04d46fe1749899715abd72d33c54e.tar.gz
glibc-e384537164e04d46fe1749899715abd72d33c54e.tar.xz
glibc-e384537164e04d46fe1749899715abd72d33c54e.zip
Mon Mar 18 13:20:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> cvs/libc-960319
	* elf/Makefile (rtld-link): New canned sequence.
	(ld.so, ld-linux.so.1): Use it.  Pass -soname option.

	* sysdeps/i386/setjmp.S (__setjmp): Define compatibility entry point.

Sun Mar 17 23:15:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/tcgetpgrp.c,
	sysdeps/unix/sysv/linux/tcsetpgrp.c: New files.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tcsetpgrp.c')
-rw-r--r--sysdeps/unix/sysv/linux/tcsetpgrp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/tcsetpgrp.c b/sysdeps/unix/sysv/linux/tcsetpgrp.c
new file mode 100644
index 0000000000..e4d4833901
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/tcsetpgrp.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/tcsetpgrp.c>