diff options
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/sysconf.c | 3 | ||||
-rw-r--r-- | sysdeps/generic/xmknod.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/generic/sysconf.c b/sysdeps/generic/sysconf.c index 8816ddc682..f1b64d58eb 100644 --- a/sysdeps/generic/sysconf.c +++ b/sysdeps/generic/sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1993,1995,1996,1997,2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,1993,1995-1997,2001,2002 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 @@ -260,6 +260,7 @@ __sysconf (name) } weak_alias (__sysconf, sysconf) +libc_hidden_def (__sysconf) stub_warning (sysconf) #include <stub-tag.h> diff --git a/sysdeps/generic/xmknod.c b/sysdeps/generic/xmknod.c index e42fbb3549..57ed46060d 100644 --- a/sysdeps/generic/xmknod.c +++ b/sysdeps/generic/xmknod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,1993,1995,1996,1997,2002 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 @@ -38,4 +38,5 @@ __xmknod (int vers, const char *path, mode_t mode, dev_t *dev) stub_warning (__xmknod) weak_alias (__xmknod, _xmknod) +libc_hidden_def (__xmknod) #include <stub-tag.h> |