aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/got1c.c
blob: 05f5fc2e3a7b92e01737d10ebedd20ba91883c34 (plain)
1
2
3
4
5
6
7
#include <stdlib.h>

void
myexit (int status)
{
  exit (status);
}