diff options
Diffstat (limited to 'sysdeps/generic/xmknod.c')
-rw-r--r-- | sysdeps/generic/xmknod.c | 3 |
1 files changed, 2 insertions, 1 deletions
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> |