From 66b110e855159d415b5106ade7fa5bf17c14f108 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Jun 2003 18:29:52 +0000 Subject: Update. 2003-06-12 H.J. Lu * posix/transbug.c (run_test): Return 1 for failure. (do_test): Compare only if run_test is successful. 2003-06-12 Simon Josefsson * argp/argp.h [!__THROW]: Define if undefined. * posix/transbug.c: New file. * inet/Makefile (aux): Add check_pf. * include/ifaddrs.h: Add prototype for __check_pf. * sysdeps/generic/check_pf.c: New file. * sysdeps/unix/sysv/linux/check_pf.c: New file. --- argp/argp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'argp') diff --git a/argp/argp.h b/argp/argp.h index 04b4e92806..564db5515a 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -32,6 +32,10 @@ # define __const const #endif +#ifndef __THROW +# define __THROW +#endif + #ifndef __error_t_defined typedef int error_t; # define __error_t_defined -- cgit v1.2.3