]> sourceware.org Git - glibc.git/commitdiff
Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Thu, 27 Apr 1995 05:47:52 +0000 (05:47 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 27 Apr 1995 05:47:52 +0000 (05:47 +0000)
* configure.in: Unless --without-fp, prepend */fpu before each
  machine dir in $mach; don't prepend FPU dirs at end.  If
  --with-elf, prepend MACHINE/elf directories at end; don't insert
  them into $mach.

* Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.

* sysdeps/stub/clock.c: Added stub warning.
* sysdeps/stub/dirfd.c: Likewise.
* sysdeps/stub/exc2signal.c: Likewise.
* sysdeps/stub/fdopen.c: Likewise.
* sysdeps/stub/flock.c: Likewise.
* sysdeps/stub/fpathconf.c: Likewise.
* sysdeps/stub/ftruncate.c: Likewise.
* sysdeps/stub/gtty.c: Likewise.
* sysdeps/stub/isatty.c: Likewise.
* sysdeps/stub/killpg.c: Likewise.
* sysdeps/stub/madvise.c: Likewise.
* sysdeps/stub/mkstemp.c: Likewise.
* sysdeps/stub/mktemp.c: Likewise.
* sysdeps/stub/mprotect.c: Likewise.
* sysdeps/stub/msync.c: Likewise.
* sysdeps/stub/pathconf.c: Likewise.
* sysdeps/stub/poll.c: Likewise.
* sysdeps/stub/raise.c: Likewise.
* sysdeps/stub/readv.c: Likewise.
* sysdeps/stub/setenv.c: Likewise.
* sysdeps/stub/setlogin.c: Likewise.
* sysdeps/stub/sigaltstack.c: Likewise.
* sysdeps/stub/sigintr.c: Likewise.
* sysdeps/stub/sigstack.c: Likewise.
* sysdeps/stub/sleep.c: Likewise.
* sysdeps/stub/sstk.c: Likewise.
* sysdeps/stub/stime.c: Likewise.
* sysdeps/stub/stty.c: Likewise.
* sysdeps/stub/syscall.c: Likewise.
* sysdeps/stub/sysconf.c: Likewise.
* sysdeps/stub/truncate.c: Likewise.
* sysdeps/stub/ualarm.c: Likewise.
* sysdeps/stub/usleep.c: Likewise.
* sysdeps/stub/utimes.c: Likewise.
* sysdeps/stub/writev.c: Likewise.

* sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.

Wed Apr 26 16:06:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.

Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* posix/glob.c (glob): If GLOB_MARK set, stat names to find
  directories and append slashes to them in final pass before
  sorting.
(glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
slash; never append it here.

40 files changed:
ChangeLog
Makerules
configure.in
sysdeps/stub/clock.c
sysdeps/stub/dirfd.c
sysdeps/stub/elfreloc.h [new file with mode: 0644]
sysdeps/stub/exc2signal.c
sysdeps/stub/fdopen.c
sysdeps/stub/flock.c
sysdeps/stub/fpathconf.c
sysdeps/stub/ftruncate.c
sysdeps/stub/gtty.c
sysdeps/stub/isatty.c
sysdeps/stub/killpg.c
sysdeps/stub/libc_fatal.c
sysdeps/stub/madvise.c
sysdeps/stub/mkstemp.c
sysdeps/stub/mktemp.c
sysdeps/stub/mprotect.c
sysdeps/stub/msync.c
sysdeps/stub/pathconf.c
sysdeps/stub/poll.c
sysdeps/stub/raise.c
sysdeps/stub/readv.c
sysdeps/stub/setenv.c
sysdeps/stub/setlogin.c
sysdeps/stub/sigaltstack.c
sysdeps/stub/sigintr.c
sysdeps/stub/sigstack.c
sysdeps/stub/sleep.c
sysdeps/stub/sstk.c
sysdeps/stub/stime.c
sysdeps/stub/stty.c
sysdeps/stub/syscall.c
sysdeps/stub/sysconf.c
sysdeps/stub/truncate.c
sysdeps/stub/ualarm.c
sysdeps/stub/usleep.c
sysdeps/stub/utimes.c
sysdeps/stub/writev.c

index d33d7af2d5402f62cdbbcbc8591106a54ceac4f1..0df19639f3160c2c2135e1becc36f71c578182e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+Thu Apr 27 01:24:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+       * configure.in: Unless --without-fp, prepend */fpu before each
+       machine dir in $mach; don't prepend FPU dirs at end.  If
+       --with-elf, prepend MACHINE/elf directories at end; don't insert
+       them into $mach.
+
+       * Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.
+
+       * sysdeps/stub/clock.c: Added stub warning.
+       * sysdeps/stub/dirfd.c: Likewise.
+       * sysdeps/stub/exc2signal.c: Likewise.
+       * sysdeps/stub/fdopen.c: Likewise.
+       * sysdeps/stub/flock.c: Likewise.
+       * sysdeps/stub/fpathconf.c: Likewise.
+       * sysdeps/stub/ftruncate.c: Likewise.
+       * sysdeps/stub/gtty.c: Likewise.
+       * sysdeps/stub/isatty.c: Likewise.
+       * sysdeps/stub/killpg.c: Likewise.
+       * sysdeps/stub/madvise.c: Likewise.
+       * sysdeps/stub/mkstemp.c: Likewise.
+       * sysdeps/stub/mktemp.c: Likewise.
+       * sysdeps/stub/mprotect.c: Likewise.
+       * sysdeps/stub/msync.c: Likewise.
+       * sysdeps/stub/pathconf.c: Likewise.
+       * sysdeps/stub/poll.c: Likewise.
+       * sysdeps/stub/raise.c: Likewise.
+       * sysdeps/stub/readv.c: Likewise.
+       * sysdeps/stub/setenv.c: Likewise.
+       * sysdeps/stub/setlogin.c: Likewise.
+       * sysdeps/stub/sigaltstack.c: Likewise.
+       * sysdeps/stub/sigintr.c: Likewise.
+       * sysdeps/stub/sigstack.c: Likewise.
+       * sysdeps/stub/sleep.c: Likewise.
+       * sysdeps/stub/sstk.c: Likewise.
+       * sysdeps/stub/stime.c: Likewise.
+       * sysdeps/stub/stty.c: Likewise.
+       * sysdeps/stub/syscall.c: Likewise.
+       * sysdeps/stub/sysconf.c: Likewise.
+       * sysdeps/stub/truncate.c: Likewise.
+       * sysdeps/stub/ualarm.c: Likewise.
+       * sysdeps/stub/usleep.c: Likewise.
+       * sysdeps/stub/utimes.c: Likewise.
+       * sysdeps/stub/writev.c: Likewise.
+
+       * sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.
+
+Wed Apr 26 16:06:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+       * locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.
+
+Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+       * posix/glob.c (glob): If GLOB_MARK set, stat names to find
+       directories and append slashes to them in final pass before
+       sorting.
+       (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
+       slash; never append it here.
+
 Sat Apr 22 14:48:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * mach/Machrules [interface-library]
index f19a9f7b715c95f9cac2d698b4c4518a9e88bdc3..6c01013e8d6a8af95573350561098a20422ac3ef 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -610,7 +610,9 @@ $(common-objpfx)stub-$(subdir): $(+depfiles)
 dist: distinfo $(..)Make-dist 
        $(MAKE) -f $< -f $(word 2,$^) $(Make-dist-args)
 
-dist: $(distribute)
+# Avoid depending on source files found in sysdeps dirs,
+# because the references affect implicit rule selection.
+dist: $(filter-out %.c %.S %.s,$(distribute))
 
 # We used to simply export all these variables, but that frequently made the
 # environment get too large.  Instead, we write all the information into
index 11f57c9f9ff4e2520132ea4e60d1f05e30abadf6..bf2e2b16289cfa1bb73427ad9c5c99a8c5641042 100644 (file)
@@ -147,9 +147,9 @@ mach=
 tail=$machine
 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
   set $m
-  # If using ELF, look for an `elf' subdirectory of each machine directory.
-  if test "$elf" = yes; then
-    mach="$mach /$1/elf"
+  # Prepend the machine's FPU directory unless --without-fp.
+  if test "$with_fp" = yes; then
+    mach="$mach /$1/fpu"
   fi
   mach="$mach /$1"
   tail="$2"
@@ -187,21 +187,25 @@ fi
 # We have now validated the configuration.
 
 
-# Remove the leading slashes.
-sysnames="`echo $sysnames | sed -e 's@^/@@' -e 's@ /@ @g'`"
-
-# Prepend the machine's FPU directory unless --without-fp.
-if test "$with_fp" = yes; then
-  fpu_dirs=
+# If using ELF, look for an `elf' subdirectory of each machine directory.
+# We prepend these rather than inserting them whereever the machine appears
+# because things specified by the machine's ELF ABI should override
+# OS-specific things, and should always be the same for any OS on the
+# machine (otherwise what's the point of an ABI?).
+if test "$elf" = yes; then
+  elf_dirs=
   for m in $mach; do
-    if test -d $sysdep_dir$m/fpu; then
-      fpu_dirs="$fpu_dirs $m/fpu"
+    if test -d $sysdep_dir$m/elf; then
+      elf_dirs="$elf_dirs $m/elf"
     fi
   done
-  sysnames="`echo $fpu_dirs | sed -e 's,^/,,' -e 's, /,,g'` $sysnames"
+  sysnames="`echo $elf_dirs | sed -e 's,^/,,' -e 's, /,,g'` $sysnames"
 fi
 
 
+# Remove the leading slashes.
+sysnames="`echo $sysnames | sed -e 's@^/@@' -e 's@ /@ @g'`"
+
 
 # Expand the list of system names into a full list of directories
 # from each element's parent name and Implies file (if present).
index 151022db4ed5a77c348ce631e3edfec2dedd8158..c22192bd86fca4bdcbdc68dfb631c198c0c15bc6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -28,3 +28,5 @@ DEFUN_VOID(clock)
   errno = ENOSYS;
   return (clock_t) -1;
 }
+
+stub_warning (clock)
index f6ebd04bca9d2a7a48a50d125fca559ebe150929..9ec19696f344f0b3dfc9523277a702a710c0d889 100644 (file)
@@ -28,3 +28,5 @@ dirfd (dirp)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (dirfd)
diff --git a/sysdeps/stub/elfreloc.h b/sysdeps/stub/elfreloc.h
new file mode 100644 (file)
index 0000000..2fea444
--- /dev/null
@@ -0,0 +1,36 @@
+/* Machine-dependent ELF dynamic relocation inline functions.  Stub version.
+Copyright (C) 1995 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+
+The GNU C Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+The GNU C Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with the GNU C Library; see the file COPYING.LIB.  If
+not, write to the Free Software Foundation, Inc., 675 Mass Ave,
+Cambridge, MA 02139, USA.  */
+
+/* Perform the relocation specified by RELOC and SYM (which is fully resolved).
+   LOADADDR is the load address of the object; INFO is an array indexed
+   by DT_* of the .dynamic section info.  */
+
+static inline void
+elf_machine_rel (Elf32_Addr loadaddr, const Elf32_Word *info,
+                const Elf32_Rel *reloc, Elf32_Sym *sym)
+{
+  abort ();
+}
+
+static inline void
+elf_machine_rela (Elf32_Addr loadaddr, const Elf32_Word *info,
+                 const Elf32_Rela *reloc)
+{
+  abort ();
+}
index 1c4c9ac5eca7998c39f97bdcee3f2268798d1c3c..f760bcd4a19b61f155d52cb981aee8f405a62151 100644 (file)
@@ -1,5 +1,5 @@
 /* Translate Mach exception codes into signal numbers.  Stub version.
-Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
+Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -19,6 +19,9 @@ Cambridge, MA 02139, USA.  */
 
 #include <hurd.h>
 
+/* This file must be modified with machine-dependent details.  */
+#error "need to write sysdeps/mach/hurd/MACHINE/exc2signal.c"
+
 /* Translate the Mach exception codes, as received in an `exception_raise' RPC,
    into a signal number and signal subcode.  */
 
index 9865f42b9b399afced8f48fe7b5265744d1e6f11..4ab921bfd19e2616b4db8b97ce2c39dacdfe58e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ DEFUN(fdopen, (fd, mode), int fd AND CONST char *mode)
   errno = ENOSYS;
   return NULL;
 }
+
+stub_warning (fdopen)
index 6855cd4a3ece4833fbb215a447217fc3ade6f361..bdd7858393acf26c213eb177d4f3059f58db5f49 100644 (file)
@@ -31,3 +31,5 @@ DEFUN(__flock, (fd, operation),
 }
 
 weak_alias (__flock, flock)
+
+stub_warning (flock)
index fe121ba3c299a4cd8ac2f5c0b73addf17f8b703f..4f1f1d4a1df8c88e4e6505fca42e4692e1cfe756 100644 (file)
@@ -55,3 +55,5 @@ DEFUN(__fpathconf, (fd, name), int fd AND int name)
 }
 
 weak_alias (__fpathconf, fpathconf)
+
+stub_warning (fpathconf)
index 8b2d4665a9d9a363f6d4cc2555d0862e8f2919be..f9474dd4e2e27256b0ae8a3e6f766603690776e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -28,3 +28,5 @@ DEFUN(ftruncate, (fd, length),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (ftruncate)
index 5695d69a2d6e0c1a0deb154151b2d2fd747a356c..b702dda29a2c6db0bc0b28ad44c78f802c6781b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,5 @@ DEFUN(gtty, (fd, params),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (gtty)
index 05477f8cc85450596f38abf0190b0aa27d5dcc92..ae9510b313bd645b552967ad1978781418ba863d 100644 (file)
@@ -29,3 +29,5 @@ DEFUN(__isatty, (fd), int fd)
 }
 
 weak_alias (__isatty, isatty)
+
+stub_warning (isatty)
index eb05bca9b8106b737f38984071391a8eb27fe0e9..6e8424d4a3d3576af70ceb2ea33921c74b41cfa9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -30,3 +30,5 @@ DEFUN(killpg, (pgrp, sig), __pid_t pgrp AND int sig)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (killpg)
index 5a5d2fb79f12cb92296f00b3592ce2dc12dcb80a..743bc4e079b856ca0b2a1f39bab449e39101310b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -20,7 +20,6 @@ Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 
 /* Abort with an error message.  */
-__NORETURN
 void
 DEFUN(__libc_fatal, (message), CONST char *message)
 {
index 631a151f36f16d591e8a7049671bbd5548e69ba1..e3dbacdfe392f97a6aabcab31cc17d30b0aed0cf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ madvise (caddr_t addr, size_t len, int advice)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (madvise)
index 0adc52ed627dfbe728b2e88a0c334657f6cf5d0b..1adf6c0215e6e62330b3ae2068c828a56def842f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -36,3 +36,5 @@ DEFUN(mkstemp, (template), char *template)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (mkstemp)
index 33a1295942a15f2d386e7ffce1bcb5a986df7cfa..ad660232d7bd5cf84e996b57adc20c34c54e7bf6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,5 @@ DEFUN(mktemp, (template), char *template)
   errno = ENOSYS;
   return NULL;
 }
+
+stub_warning (mktemp)
index 169e6c3ec868dd64df1ec2cd15f4d082972939fb..1d8c8f4dedfd0333b7e0ce52e4f79109f72a6ab8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -31,3 +31,4 @@ mprotect (caddr_t addr, size_t len, int prot)
   return -1;
 }
        
+stub_warning (mprotect)
index ed55915409909d598862d146093d04b6b7414f2f..668c582e1f45cd7736a904b7ad45cc57a61708f9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -30,3 +30,5 @@ msync (caddr_t addr, size_t len)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (msync)
index f14d10f7d1fd444d591e9bc641bbaca9d9206494..1a544c38824106f2c7b4954843f128db75b6c284 100644 (file)
@@ -35,3 +35,5 @@ DEFUN(__pathconf, (path, name), CONST char *path AND int name)
 }
 
 weak_alias (__pathconf, pathconf)
+
+stub_warning (pathconf)
index 3436eaa33d818add1ecd511cfcda2636187bc95f..40fc2c91c74e1fb85e0c0a57d825d24b94d5e950 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -34,3 +34,5 @@ poll (fds, nfds, timeout)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (poll)
index b3af76b5b4deef5c84dcf6e63dada04929c3129f..ea89874f9266b81a3d75cac75216ac296bbde53d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ DEFUN(raise, (sig), int sig)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (raise)
index beebd950c14e49bf8d86f76ae90be7ba1b8844ce..03d6bf9613fe689f7a5baa7bfbee52a39ea77600 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -33,3 +33,5 @@ DEFUN(readv, (fd, vector, count),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (readv)
index 992a15df02105fae6aaf70cbec8397fd5791c449..998c055f50ddf527d847a3a5d0acb8d4a08f3a33 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ DEFUN(setenv, (name, value, replace),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (setenv)
index 393fd5864a9acf0702f423c7c3936c9414bf7fd9..a406bc54d8f4bbb18fa5840be58d222d486dd45e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ DEFUN(setlogin, (name), CONST char *name)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (setlogin)
index ae5a7ae4133fa11f3c0e2cd743b50888123d4b2c..01a547c2a54ee9233cb75d362a3e3a20a1d81f03 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ DEFUN(sigaltstack, (ss, oss),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (sigaltstack)
index 5ec83e0506dc7262dc8d5a68f7a4d7aeda191c33..a15b2c11b42ca5b937ce3aadd59258133bb25b5c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -30,3 +30,5 @@ DEFUN(siginterrupt, (sig, interrupt),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (siginterrupt)
index 001acfd99673bed13e0028d47ebe90cd5cdb0fae..a9da1e699ee779aa8f78ea21e920d5c62bc37a19 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ DEFUN(sigstack, (ss, oss),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (sigstack)
index 5cbeaaff49f32f58eca043390465c4aef3c2b31e..88c7120a27f59e313fdde899e3feca2cc06645c6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,5 @@ DEFUN(sleep, (seconds), unsigned int seconds)
   errno = ENOSYS;
   return seconds;
 }
+
+stub_warning (sleep)
index 0426d394afd868bbfaf51fe038c9eb0af7e57d58..e49bc31ee3ebbdbb95bc83a3d33b9397195b7f87 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ DEFUN(sstk, (increment), int increment)
   errno = ENOSYS;
   return (PTR) -1;
 }
+
+stub_warning (sstk)
index df6fdba12c3b31c1b79c31b417db8186acccaf33..231e762808dae6c82c0e684b46f6a299904dd90e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,5 @@ DEFUN(stime, (when), CONST time_t *when)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (stime)
index 24a865b2ea35a6b14af480b87b43621080bcdda4..dec67c2cc3ef7e3c15149357f6fca41432340402 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,5 @@ DEFUN(stty, (fd, params),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (stty)
index e8deffd0addb9eb5f3e0f65220b159abb4be4b94..d2a5b3ca3394aae9cbcdc49516d6170d94321621 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ DEFUN(syscall, (callno), int callno DOTS)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (syscall)
index 1d5d48379338b98e109ddd01d7caaa00fff2f4bb..bb4eb87e0cd1aec51bff4182b90505d1ace3f5eb 100644 (file)
@@ -67,3 +67,5 @@ DEFUN(__sysconf, (name), int name)
 }
 
 weak_alias (__sysconf, sysconf)
+
+stub_warning (sysconf)
index 32d32d81f7fa343eb13f40e2aefb1c6eff2f7343..13673327922cc54de27456e3340411586ff91585 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -28,3 +28,5 @@ DEFUN(truncate, (path, length),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (truncate)
index 4a596d77e809989743123fa9499303b1ca08b30f..ead365b157192ca038b87cbeddfac3f417375d08 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -31,3 +31,5 @@ DEFUN(ualarm, (value, interval),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (ualarm)
index f0c65d071014421f92956d6f1a6d0295eb13efa5..c1cae9c7c61e2ad264728f1fe0ab3e25c7cd1f41 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -26,3 +26,5 @@ DEFUN(usleep, (useconds), unsigned int useconds)
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (usleep)
index 5172b0714a2a2de161266f037c00fff6c652f9d6..5afc3d7eb442d71bdbd1440c1efb4bee58681633 100644 (file)
@@ -38,3 +38,5 @@ DEFUN(__utimes, (file, tvp),
 }
 
 weak_alias (__utimes, utimes)
+
+stub_warning (utimes)
index de354e8cd7a1298fc223cac4e739f51242cc33a5..f1d574948db7d95c81df6fc3e65e2b2cc35134e9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -33,3 +33,5 @@ DEFUN(writev, (fd, vector, count),
   errno = ENOSYS;
   return -1;
 }
+
+stub_warning (writev)
This page took 0.086398 seconds and 5 git commands to generate.