diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-25 14:50:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-25 14:50:51 +0000 |
commit | 6f9dc08b86038568437caa7c34aa550510e4e8de (patch) | |
tree | 3f2e311756880175af41f72b1fb36ddac39146ea /hurd/hurdinline.c | |
parent | 448af2c46ff50d99a0b0795a4367039df387f9b7 (diff) | |
download | glibc-6f9dc08b86038568437caa7c34aa550510e4e8de.tar glibc-6f9dc08b86038568437caa7c34aa550510e4e8de.tar.gz glibc-6f9dc08b86038568437caa7c34aa550510e4e8de.tar.bz2 glibc-6f9dc08b86038568437caa7c34aa550510e4e8de.zip |
* hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
_EXTERN_INLINE, use a macro specific to each file,
_HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline. Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.
Diffstat (limited to 'hurd/hurdinline.c')
-rw-r--r-- | hurd/hurdinline.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hurd/hurdinline.c b/hurd/hurdinline.c deleted file mode 100644 index ed55ed6300..0000000000 --- a/hurd/hurdinline.c +++ /dev/null @@ -1,13 +0,0 @@ -/* Include these first to avoid defining their inline functions. */ -#include <lock-intern.h> -#include <signal.h> - -#undef _EXTERN_INLINE -#define _EXTERN_INLINE /* Define the real function. */ - -#include "hurd.h" -#include "hurd/fd.h" -#include "hurd/signal.h" -#include "hurd/userlink.h" -#include "hurd/threadvar.h" -#include "hurd/port.h" |