1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality
	call.  It should not be necessary andis harmful for Alpha.
This commit is contained in:
Ulrich Drepper
1999-08-21 04:13:24 +00:00
parent 511a009115
commit 52cea45760
5 changed files with 62 additions and 9 deletions

View File

@ -128,13 +128,6 @@ init (int argc, char **argv, char **envp)
__libc_fatal ("FATAL: kernel too old\n");
}
/* The `personality' system call takes one argument that chooses
the "personality", i.e. the set of system calls and such. We
must make this call first thing to disable emulation of some
other system that might have been enabled by default based on
the executable format. */
__personality (PER_LINUX);
/* Set the FPU control word to the proper default value if the
kernel would use a different value. (In a static program we
don't have this information.) */