diff options
Diffstat (limited to 'sysdeps/unix/xmknod.c')
-rw-r--r-- | sysdeps/unix/xmknod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/xmknod.c b/sysdeps/unix/xmknod.c index 9ce2f9c333..92f420f726 100644 --- a/sysdeps/unix/xmknod.c +++ b/sysdeps/unix/xmknod.c @@ -1,5 +1,5 @@ /* xmknod call using old-style Unix mknod system call. - 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 @@ -39,3 +39,4 @@ __xmknod (int vers, const char *path, mode_t mode, dev_t *dev) } weak_alias (__xmknod, _xmknod) +libc_hidden_def (__xmknod) |