1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* elf/Makefile (distribute): Add dl-osinfo.h.
	* sysdeps/generic/dl-osinfo.h: New file.
	* sysdeps/unix/sysv/linux/dl-osinfo.h: New file.
	* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK
	if defined.
	* sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test
	only for !SHARED case.  Get the code from dl-osinfo.h.
This commit is contained in:
Ulrich Drepper
2000-08-22 17:48:22 +00:00
parent ea83223c5c
commit 32b4fe6a63
6 changed files with 124 additions and 66 deletions

View File

@@ -0,0 +1 @@
/* Nothing needed in general. */