diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-09 11:22:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-09 11:22:46 +0000 |
commit | 9a29bc37328a969d975a4f68c22da36a4d2697c1 (patch) | |
tree | 04e1eaf9bce0493a2f57ed4e63989cc27682d796 /linuxthreads/pt-machine.c | |
parent | a5d1d726704c6e3c4f8457e30cbd3d2840531ee5 (diff) | |
download | glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.tar glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.tar.gz glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.tar.bz2 glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.zip |
Update.
1998-10-09 Ulrich Drepper <drepper@cygnus.com>
* posix/ptestcases.h: Fix typo.
1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* posix/regex.c (regcomp): Allocate and prepare a fastmap.
(regexec): Allocate regs.start and regs.end as one block.
1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
enum decl.
1998-10-08 Philip Blundell <pb@nexus.co.uk>
* sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
sigcontext union to ...
* sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
file.
* sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
version 2.0 kernels.
Diffstat (limited to 'linuxthreads/pt-machine.c')
-rw-r--r-- | linuxthreads/pt-machine.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/linuxthreads/pt-machine.c b/linuxthreads/pt-machine.c new file mode 100644 index 0000000000..438008d5d8 --- /dev/null +++ b/linuxthreads/pt-machine.c @@ -0,0 +1,22 @@ +/* "Instantiation of machine-dependent pthreads inline functions. + Copyright (C) 1998 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#define PT_EI + +#include <pt-machine.h> |