diff options
author | 1997-04-04 16:45:25 +0000 | |
---|---|---|
committer | 1997-04-04 16:45:25 +0000 | |
commit | baebfba4dfa534c2195f455520bed244c27b7a1a (patch) | |
tree | b5a905fd36675971302808c4397b2158e9d98f2e /lib/libc | |
parent | fixed bcopy/memcpy conflict by using private mem* routines. (diff) | |
download | wireguard-openbsd-baebfba4dfa534c2195f455520bed244c27b7a1a.tar.xz wireguard-openbsd-baebfba4dfa534c2195f455520bed244c27b7a1a.zip |
seek(2) is not needed
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 69f7995a9bc..1226f0a320a 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -144,7 +144,6 @@ MLINKS+=getsockopt.2 setsockopt.2 MLINKS+=gettimeofday.2 settimeofday.2 MLINKS+=getuid.2 geteuid.2 MLINKS+=intro.2 errno.2 -MLINKS+=lseek.2 seek.2 MLINKS+=mlock.2 munlock.2 MLINKS+=mount.2 unmount.2 MLINKS+=pathconf.2 fpathconf.2 |