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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
3
sysdeps/unix/sysv/linux/m68k/syscalls.list
Normal file
3
sysdeps/unix/sysv/linux/m68k/syscalls.list
Normal file
@@ -0,0 +1,3 @@
|
||||
# File name Caller Syscall name # args Strong name Weak names
|
||||
|
||||
s_llseek llseek _llseek 5 __sys_llseek
|
||||
1
sysdeps/unix/sysv/linux/netinet/in_systm.h
Normal file
1
sysdeps/unix/sysv/linux/netinet/in_systm.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <linux/in_systm.h>
|
||||
Reference in New Issue
Block a user