diff options
author | 1995-09-22 18:32:19 +0000 | |
---|---|---|
committer | 1995-09-22 18:32:19 +0000 | |
commit | 969705cc5bcc89acac9e5e17c4dcad1043a328a7 (patch) | |
tree | 97b51d65563b3c16d8326ff4232bd86ab460326e /sysdeps/unix/configure.in | |
parent | * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables (diff) | |
download | glibc-cvs/libc-950922.tar.xz glibc-cvs/libc-950922.zip |
Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-950922
* sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
time being.
* sysdeps/unix/configure.in: Check for `profil' syscall.
Diffstat (limited to 'sysdeps/unix/configure.in')
-rw-r--r-- | sysdeps/unix/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/configure.in b/sysdeps/unix/configure.in index 85bc3d1c2c..08a925a5ee 100644 --- a/sysdeps/unix/configure.in +++ b/sysdeps/unix/configure.in @@ -71,7 +71,8 @@ for unix_function in \ access select getgroups setgroups \ getitimer setitimer \ getdomainname/getdomain=bsd/bsd4.4 \ - setdomainname/setdomain=bsd/bsd4.4 + setdomainname/setdomain=bsd/bsd4.4 \ + profil=bsd do # $unix_function => $unix_syscall $unix_srcname |