mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.0.0445: getpgid is not supported on all systems
Problem: Getpgid is not supported on all systems. Solution: Add a configure check.
This commit is contained in:
		| @@ -3609,7 +3609,7 @@ dnl Can only be used for functions that do not require any include. | ||||
| AC_CHECK_FUNCS(fchdir fchown fsync getcwd getpseudotty \ | ||||
| 	getpwent getpwnam getpwuid getrlimit gettimeofday getwd lstat \ | ||||
| 	memset mkdtemp nanosleep opendir putenv qsort readlink select setenv \ | ||||
| 	setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ | ||||
| 	getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ | ||||
| 	sigprocmask sigvec strcasecmp strerror strftime stricmp strncasecmp \ | ||||
| 	strnicmp strpbrk strtol tgetent towlower towupper iswupper \ | ||||
| 	usleep utime utimes) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user