about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/setegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/setegid.c')
-rw-r--r--sysdeps/unix/bsd/setegid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/setegid.c b/sysdeps/unix/bsd/setegid.c
index f6213aa605..cc9f939bac 100644
--- a/sysdeps/unix/bsd/setegid.c
+++ b/sysdeps/unix/bsd/setegid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -32,3 +32,4 @@ setegid (gid)
 
   return __setregid (-1, gid);
 }
+libc_hidden_def (setegid)