1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(_dl_sysdep_start): Move DL_SYSDEP_OSCHECK before the use of the first system call.

This commit is contained in:
Ulrich Drepper
2000-08-22 17:59:19 +00:00
parent 32b4fe6a63
commit c43a17327f
2 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,11 @@
#include <sys/sysctl.h>
/* There is no prototype for __sysctl in that file. */
extern int __sysctl (int *name, int nlen, void *oldval,
size_t *oldlenp, void *newval, size_t newlen);
#ifdef SHARED
/* This is the function used in the dynamic linker to print the fatal error
message. */