(__syscall_shmctl): Declare.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Apr 2000 06:54:35 +0000 (06:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Apr 2000 06:54:35 +0000 (06:54 +0000)
sysdeps/unix/sysv/linux/alpha/shmctl.c

index ebda160..70c420d 100644 (file)
@@ -52,6 +52,8 @@ struct __old_shminfo
   int shmall;
 };
 
+extern int __syscall_shmctl (int, int, void *);
+
 /* Provide operations to control over shared memory segments.  */
 int __new_shmctl (int, int, struct shmid_ds *);