Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* argp/argp-xinl.c: Likewise.
  • Loading branch information
Ulrich Drepper committed Oct 8, 1998
1 parent 8261bc4 commit ea1dfb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
reallocation case.

* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
* argp/argp-xinl.c: Likewise.

* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
Ruffian entry back.
Expand Down
7 changes: 6 additions & 1 deletion argp/argp-xinl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp.h
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.
Expand All @@ -22,6 +22,11 @@
#include <config.h>
#endif

#include <features.h>

#ifndef __USE_EXTERN_INLINES
# define __USE_EXTERN_INLINES 1
#endif
#define ARGP_EI
#undef __OPTIMIZE__
#define __OPTIMIZE__
Expand Down

0 comments on commit ea1dfb4

Please sign in to comment.