about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/dl-osinfo.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2000-08-231-0/+5
| | | | | | | | 2000-08-23 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h", otherwise __LINUX_KERNEL_VERSION might not be defined. (MIN): Define if not already defined.
* (_dl_sysdep_start): Move DL_SYSDEP_OSCHECK before the use of the first ↵Ulrich Drepper2000-08-221-0/+5
| | | | system call.
* Update.Ulrich Drepper2000-08-221-0/+99
* 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.