diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 21:12:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 21:12:43 +0000 |
commit | bffef76ec222e1330b8f2fb625a46726effbc9f7 (patch) | |
tree | be865ce51bc31bacba58413602166b2a20b3259c /sysdeps/generic/bsd-_setjmp.c | |
parent | aea6353acfdd7c41ee405899cb40240d9581c54c (diff) | |
download | glibc-bffef76ec222e1330b8f2fb625a46726effbc9f7.tar.gz glibc-bffef76ec222e1330b8f2fb625a46726effbc9f7.tar.xz glibc-bffef76ec222e1330b8f2fb625a46726effbc9f7.zip |
Update.
2000-11-22 Paul Eggert <eggert@twinsun.com> * time/strftime.c (my_strftime): Do not invoke mbrlen with a size of (size_t) -1; it's not portable.
Diffstat (limited to 'sysdeps/generic/bsd-_setjmp.c')
-rw-r--r-- | sysdeps/generic/bsd-_setjmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/generic/bsd-_setjmp.c b/sysdeps/generic/bsd-_setjmp.c index eba899003a..0e3f9a54a0 100644 --- a/sysdeps/generic/bsd-_setjmp.c +++ b/sysdeps/generic/bsd-_setjmp.c @@ -1,5 +1,5 @@ -/* BSD `setjmp' entry point to `sigsetjmp (..., 0)'. Stub version. - Copyright (C) 1994, 1997, 1999 Free Software Foundation, Inc. +/* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. Stub version. + Copyright (C) 1994, 1997, 1999, 2000 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 @@ -20,7 +20,7 @@ #include <sysdep.h> #include <setjmp.h> -#undef setjmp +#undef _setjmp /* This implementation in C will not usually work, because the call really needs to be a tail-call so __sigsetjmp saves the state of |