diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-09 16:50:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-09 16:50:03 +0000 |
commit | 8942a07afcba648c1766c8e94df65b92a555fdb3 (patch) | |
tree | ec7a302869597c675104248a8427cd3520c02fd9 /sysdeps/unix/sysv/linux/Dist | |
parent | 557072655748be14a747242135f1b34eff9f735f (diff) | |
download | glibc-8942a07afcba648c1766c8e94df65b92a555fdb3.tar.gz |
* sysdeps/unix/sysv/linux/net/if.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add it.
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add
net/if.h.
* Makeconfig (link-libc): Add libc.a after libc.so in link.
* Rules (static-only-routines rule): Use empty.o instead of dummy.o.
(empty.o): New target.
(generated): Add empty.c, empty.o.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Dist')
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index b741cdcc3b..526e1292fb 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,3 +1,4 @@ +net/if.h sys/acct.h sys/quota.h sys/socketcall.h |