1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

update from main archive 961127

Thu Nov 28 23:03:32 1996  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/netinet/in_systm.h: New file.
	* sysdeps/unix/sysv/linux/Dist: Add netinet/in_systm.h.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
	Add netinet/in_systm.h.
	Reported by NIIBE Yutaka <gniibe@mri.co.jp>.

	* sysdeps/unix/sysv/linux/i386/brk.c: Reformat copyright.
This commit is contained in:
Ulrich Drepper
1996-11-29 02:24:43 +00:00
parent c66452515d
commit a401eea9eb
6 changed files with 28 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ net/if_ppp.h
net/ppp-comp.h
net/ppp_defs.h
net/route.h
netinet/in_systm.h
nfs/nfs.h
sys/acct.h
sys/debugreg.h

View File

@@ -51,5 +51,9 @@ ifeq ($(subdir), stdio-common)
inhibit-siglist := yes
endif
ifeq ($(subdir), inet)
sysdep_headers += netinet/in_systm.h
endif
# Don't compile the ctype glue code, since there is no old non-GNU C library.
inhibit-glue = yes

View File

@@ -0,0 +1,3 @@
# File name Caller Syscall name # args Strong name Weak names
s_llseek llseek _llseek 5 __sys_llseek

View File

@@ -0,0 +1 @@
#include <linux/in_systm.h>