From e9ffd39f8c04e9e0300baef5f5c0eb1a46a2050a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 Dec 2000 15:08:51 +0000 Subject: [PATCH] Update. --- ChangeLog | 2 -- include/argp.h | 8 -------- 2 files changed, 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index edce69efb4..5b807771e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,8 +22,6 @@ statement." * sunrpc/rpc_cout.c (emit_inline): Likewise. - * include/argp.h (_argp_unlock_xxx): Add declaration. - * gmon/bb_exit_func.c: Include for internal prototypes. Remove struct bb and __bb_head since those are declared by diff --git a/include/argp.h b/include/argp.h index 68138565ca..92be5f90f1 100644 --- a/include/argp.h +++ b/include/argp.h @@ -1,9 +1 @@ -#ifndef _ARGP_H #include - -/* This hack to allow programs that know what's going on to call argp - recursively. If someday argp is changed not to use the non-reentrant - getopt interface, we can get rid of this shit. XXX */ -extern void _argp_unlock_xxx (void); - -#endif