Browse Source

Update.

* argp/argp-xinl.c: Likewise.
cvs/glibc-2-1-branch
Ulrich Drepper 28 years ago
parent
commit
ea1dfb4a9a
  1. 1
      ChangeLog
  2. 7
      argp/argp-xinl.c

1
ChangeLog

@ -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.

7
argp/argp-xinl.c

@ -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>.
@ -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__

Loading…
Cancel
Save