FreeBSD Bugzilla – Attachment 31622 Details for
Bug 52612
[PATCH] close() can return undocumented ENOSPC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 767 bytes, created by
marcolz
on 2003-05-23 15:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
marcolz
Created:
2003-05-23 15:10:02 UTC
Size:
767 bytes
patch
obsolete
>--- /usr/src/lib/libc/sys/close.2 Fri May 23 15:37:05 2003 >+++ /usr/src/lib/libc/sys/close.2 Fri May 23 15:48:00 2003 >@@ -71,11 +71,9 @@ > file descriptor for that file is closed by that process. > .Pp > When a process exits, >-all associated file descriptors are freed, but since there is >-a limit on active descriptors per processes, the >+all associated file descriptors are freed, as though the process called > .Fn close >-system call >-is useful when a large quantity of file descriptors are being handled. >+itself. > .Pp > When a process forks (see > .Xr fork 2 ) , >@@ -115,6 +113,8 @@ > is not an active descriptor. > .It Bq Er EINTR > An interrupt was received. >+.It Bq Er ENOSPC >+The underlying object did not fit, cached data was lost. > .El > .Sh SEE ALSO > .Xr accept 2 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52612
: 31622