Update.
2003-05-21 H.J. Lu <hongjiu.lu@intel.com> * math/test-fenv.c (feexcp_nomask_test): Fix comment (feexcp_mask_test): Likewise.
This commit is contained in:
parent
84c9409e9c
commit
cca4aa58b5
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* math/test-fenv.c (feexcp_nomask_test): Fix comment
|
||||||
|
(feexcp_mask_test): Likewise.
|
||||||
|
|
||||||
2003-05-21 Ulrich Drepper <drepper@redhat.com>
|
2003-05-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* locale/programs/locale.c (main): Fix typo in last patch.
|
* locale/programs/locale.c (main): Fix typo in last patch.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Jaeger <aj@suse.de> and
|
Contributed by Andreas Jaeger <aj@suse.de> and
|
||||||
Ulrich Drepper <drepper@cygnus.com>, 1997.
|
Ulrich Drepper <drepper@cygnus.com>, 1997.
|
||||||
@ -350,7 +350,8 @@ feexcp_nomask_test (const char *flag_name, int fe_exc)
|
|||||||
int status;
|
int status;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
|
||||||
printf ("Test: after fedisable (%s) processes will abort\n", flag_name);
|
printf ("Test: after fedisableexcept (%s) processes will abort\n",
|
||||||
|
flag_name);
|
||||||
printf (" when feraiseexcept (%s) is called.\n", flag_name);
|
printf (" when feraiseexcept (%s) is called.\n", flag_name);
|
||||||
pid = fork ();
|
pid = fork ();
|
||||||
if (pid == 0)
|
if (pid == 0)
|
||||||
@ -403,7 +404,8 @@ feexcp_mask_test (const char *flag_name, int fe_exc)
|
|||||||
int exception;
|
int exception;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
|
||||||
printf ("Test: after fedisable (%s) processes will not abort\n", flag_name);
|
printf ("Test: after fedisableexcept (%s) processes will not abort\n",
|
||||||
|
flag_name);
|
||||||
printf (" when feraiseexcept (%s) is called.\n", flag_name);
|
printf (" when feraiseexcept (%s) is called.\n", flag_name);
|
||||||
pid = fork ();
|
pid = fork ();
|
||||||
if (pid == 0)
|
if (pid == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user