diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-18 09:00:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-18 09:00:07 +0000 |
commit | aa9109070f2919ab519de474e00274c9fff5dcff (patch) | |
tree | 3c10d1d048a1a5d65ebd8c56f0448109038b39c8 /Makefile | |
parent | e537c55ea926d27e2f625b30e5520e9baea88c46 (diff) | |
download | glibc-aa9109070f2919ab519de474e00274c9fff5dcff.tar.gz glibc-aa9109070f2919ab519de474e00274c9fff5dcff.tar.xz glibc-aa9109070f2919ab519de474e00274c9fff5dcff.zip |
Mon Sep 18 01:58:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makefile (subdirs): Add sysvipc. * stdlib/srand48_r.c (srand48_r): Use UL suffix for huge constant. * stdlib/drand48-iter.c (__drand48_iterate): Likewise. * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Call __file_set_size instead of __file_truncate. * features.h (__USE_REENTRANT): New macro.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0573ffa85f..26a100cd8f 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ endif # These are the subdirectories containing the library source. subdirs := csu assert ctype locale math setjmp signal stdio stdlib \ malloc string time dirent grp pwd posix io termios resource \ - socket misc gnulib $(wildcard crypt) manual \ + misc socket sysvipc gnulib $(wildcard crypt) manual \ $(sysdep-subdirs) elf export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. |